- Startproject config
- Translation (I18N)
- Item 1
- Item 1
DEBUG=on
SECRET_KEY=django-insecure-b#2j)mq^5s3l61uj(k&os(n8j3)%f^!$-)4v!%hxd(iv&o1l*y
ALLOWED_HOSTS='127.0.0.1'
CSRF_TRUSTED_ORIGINS='http://127.0.0.1:8000/'
APP_DIRS=on
DB_HOST='localhost'
DB_USER='admin'
DB_PASSWORD='admin'
DB_PORT='5432'
DB_NAME='db'
REDIS_HOST='localhost'