5 lines
114 B
Plaintext
5 lines
114 B
Plaintext
DEBUG=True
|
|
SECRET_KEY=change-this-to-long-random-string
|
|
ALLOWED_HOSTS=127.0.0.1,localhost
|
|
|
|
DATABASE_URL=db.sqlite3 |