Skip to content
Snippets Groups Projects
Unverified Commit cb73f3a3 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add development default config.

parent 274a2e19
No related branches found
No related tags found
No related merge requests found
[foo]
STATIC_ROOT = "{{ BASE_DIR }}/tmp/static"
MEDIA_ROOT = "{{ BASE_DIR }}/tmp/media"
ALLOWED_HOSTS = []
DATABASES.default.ENGINE = "django.db.backends.sqlite3"
DATABASES.default.NAME = "{{ BASE_DIR }}/db.sqlite3"
DEBUG = true
LANGUAGE_CODE = "de-de"
SECRET_KEY = "DO_NOT_USE_waabah0uGu9okahtee2UbaijahS0cuJo"
TIME_ZONE = "Europe/Berlin"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment