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