8 lines
202 B
Bash
8 lines
202 B
Bash
# Django settings
|
|
SECRET_KEY=django-insecure-&_@v3e5@!x+fa5273@v=^&02p@(#b89=p^06ifule17*p+g@u8
|
|
DEBUG=True
|
|
ALLOWED_HOSTS=127.0.0.1,localhost
|
|
|
|
# Static and media files
|
|
STATIC_ROOT=static
|
|
MEDIA_ROOT=media |