Serve frontend #5

Merged
InputUsername merged 8 commits from serve-frontend into develop 2018-09-27 09:35:47 +00:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit be143d2afd - Show all commits

View File

@ -134,3 +134,7 @@ USE_TZ = True
# https://docs.djangoproject.com/en/2.0/howto/static-files/
STATIC_URL = '/static/'
STATICFILES_DIRS = [
os.path.join(BASE_DIR, '../frontpage'),
]