-- syntax error
This commit is contained in:
parent
11f3c5bcd9
commit
952ff50cbb
1 changed files with 1 additions and 1 deletions
|
@ -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/'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue