Add static root

This commit is contained in:
Gabriel Augendre 2019-03-02 16:21:47 +01:00
parent 2cdf6f1e2b
commit 8f5ed2973d

View file

@ -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'