-- syntax error

This commit is contained in:
Nico Schottelius 2018-12-30 19:42:26 +01:00
parent 11f3c5bcd9
commit 952ff50cbb
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ DATABASES = {
# Static files
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
print(BASE_DIR)
STATIC_ROOT = os.path.join(BASE_DIR, "static"))
STATIC_ROOT = os.path.join(BASE_DIR, "static")
STATIC_URL = '/static/'