This commit is contained in:
Oliver Falk
2021-05-28 15:19:51 +02:00
parent ca9f83984a
commit 552da91044
2 changed files with 50 additions and 0 deletions

View File

@@ -118,4 +118,6 @@ PROJECT_ROOT = os.path.abspath(
STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
from config import * # pylint: disable=wildcard-import,wrong-import-position,unused-wildcard-import