5 lines
119 B
Plaintext
5 lines
119 B
Plaintext
|
|
# Copy to .env and set values
|
||
|
|
DJANGO_SECRET_KEY=replace-me
|
||
|
|
DJANGO_DEBUG=False
|
||
|
|
DJANGO_ALLOWED_HOSTS=localhost,127.0.0.1
|