static files

This commit is contained in:
Hugo LEVY-FALK 2018-12-14 23:05:56 +01:00
parent 4adda533f4
commit 66552dfaec

View file

@ -119,5 +119,6 @@ USE_TZ = True
# https://docs.djangoproject.com/en/2.1/howto/static-files/
STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
LOGIN_URL = '/admin/login'