Skip to content

Commit

Permalink
rm references to django-ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoc committed Sep 7, 2024
1 parent d32fb82 commit e94b7ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion django.example.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ DJANGO_DATABASE="ishar"
DJANGO_HOSTS="isharmud.com www.isharmud.com"
DJANGO_MUD_HOME="/home/ishar/ishar-mud"
DJANGO_ORIGINS="http://isharmud.com https://www.isharmud.com"
DJANGO_REST_TOKEN="SECRET"
DJANGO_SECRET_KEY="SECRET"
DJANGO_SETTINGS_MODULE="settings"
3 changes: 1 addition & 2 deletions settings.example.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
# Build project path(s).
BASE_DIR = Path(__file__).resolve().parent

# Django secret key and REST API token for django-ninja.
REST_TOKEN = getenv("DJANGO_REST_TOKEN") or get_random_secret_key()
# Django secret key.
SECRET_KEY = getenv("DJANGO_SECRET_KEY", get_random_secret_key())

# Website title.
Expand Down

0 comments on commit e94b7ab

Please sign in to comment.