diff --git a/backend/RateMyCourse/settings.py b/backend/RateMyCourse/settings.py index 73873c8..4a8b0ad 100644 --- a/backend/RateMyCourse/settings.py +++ b/backend/RateMyCourse/settings.py @@ -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'), +] \ No newline at end of file