updated template

This commit is contained in:
vabene1111 2018-11-07 14:04:14 +01:00
parent 7a90881e03
commit 7a7355de8d

View File

@ -134,3 +134,5 @@ USE_TZ = True
# https://docs.djangoproject.com/en/2.0/howto/static-files/
STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, "staticfiles")