-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #787 from hikaya-io/develop
Activity 1.0 release: update main
- Loading branch information
Showing
297 changed files
with
197,268 additions
and
15,291 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
DEBUG=1 | ||
SECRET_KEY=<SECRET_KEY> | ||
DJANGO_ALLOWED_HOSTS=<DJANGO_ALLOWED_HOSTS> | ||
DB_ENGINE=<DB_ENGINE> | ||
DB_NAME=<YOUR_DB_NAME> | ||
DB_USER=<YOUR_DB_USER> | ||
DB_PASSWORD=<YOUR_DB_PASSWORD> | ||
DB_HOST=<YOUR_DB_HOST> | ||
DB_PORT=<YOUR_DB_PORT> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
DEBUG=1 | ||
SECRET_KEY=secretkey123 | ||
DJANGO_ALLOWED_HOSTS=* | ||
DB_ENGINE=django.db.backends.postgresql | ||
DB_NAME=activity_dev | ||
DB_USER=activity | ||
DB_PASSWORD=activity | ||
DB_HOST=db | ||
DB_PORT=5432 | ||
|
||
ACTIVITY_CE_DB_ENGINE=django.db.backends.postgresql | ||
ACTIVITY_CE_DB_NAME=activity_dev | ||
ACTIVITY_CE_DB_USER=activity | ||
ACTIVITY_CE_DB_PASSWORD=activity | ||
ACTIVITY_CE_DB_HOST=db | ||
ACTIVITY_CE_DB_PORT=5432 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,12 @@ local.py | |
production.py | ||
|
||
.env | ||
.env.dev | ||
.venv | ||
.env.dev | ||
db.sqlite3 | ||
.idea/ | ||
.vscode | ||
.history/ | ||
|
||
assets/ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.