Skip to content

Commit e94b7ab

Browse files
committed
rm references to django-ninja
1 parent d32fb82 commit e94b7ab

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

django.example.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ DJANGO_DATABASE="ishar"
22
DJANGO_HOSTS="isharmud.com www.isharmud.com"
33
DJANGO_MUD_HOME="/home/ishar/ishar-mud"
44
DJANGO_ORIGINS="http://isharmud.com https://www.isharmud.com"
5-
DJANGO_REST_TOKEN="SECRET"
65
DJANGO_SECRET_KEY="SECRET"
76
DJANGO_SETTINGS_MODULE="settings"

settings.example.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
# Build project path(s).
1212
BASE_DIR = Path(__file__).resolve().parent
1313

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

1817
# Website title.

0 commit comments

Comments
 (0)