11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
|
SECRET_KEY=your-secret-key
|
||
|
DEBUG=True
|
||
|
ALLOWED_HOSTS=127.0.0.1,localhost
|
||
|
|
||
|
DB_ENGINE=django.db.backends.sqlite3
|
||
|
DB_NAME=db.sqlite3
|
||
|
DB_USER=
|
||
|
DB_PASSWORD=
|
||
|
DB_HOST=
|
||
|
DB_PORT=
|