-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README * Add command to activate venv --------- Co-authored-by: Jay Qi <[email protected]>
- Loading branch information
Showing
2 changed files
with
71 additions
and
6 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -8,3 +8,12 @@ ALLOW_ROBOTS=False | |
|
||
# SECURITY WARNING: keep the secret key used in production secret! | ||
SECRET_KEY=secret | ||
|
||
# Used by 'just createsuperuser' to create a superuser | ||
DJANGO_SUPERUSER_EMAIL="[email protected]" | ||
DJANGO_SUPERUSER_PASSWORD="hohohomerrychristmas!" | ||
DJANGO_SUPERUSER_USERNAME="admin" | ||
DJANGO_SUPERUSER_TEAM_NAME="Admin" | ||
|
||
# Used by create_demo_data to generate mock puzzle URLs | ||
BASE_URL = "http://127.0.0.1:8000" |
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