Add static root
This commit is contained in:
parent
2cdf6f1e2b
commit
8f5ed2973d
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ USE_TZ = True
|
|||
# https://docs.djangoproject.com/en/2.1/howto/static-files/
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
|
||||
|
||||
AUTH_USER_MODEL = 'map.Friend'
|
||||
|
||||
|
|
Loading…
Reference in a new issue