Commit 23b25ac4 authored by Ysabella Panghulan's avatar Ysabella Panghulan

added app static directories in settings.py

parent 4c1ee2c2
......@@ -129,6 +129,10 @@ USE_TZ = True
STATIC_URL = '/static/'
STATICFILES_DIRS = [
BASE_DIR / "static",
'dashboard/static/dashboard',
'forum/static/forum',
'assignments/static/assignments',
'announcementboard/static/announcementboard',
'widget_calendar/static/widget_calendar',
]
# Default primary key field type
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment