Commit 13b1a0fc authored by Ysabella Panghulan's avatar Ysabella Panghulan

edited static directory

parent 8cf6ea31
......@@ -127,7 +127,10 @@ USE_TZ = True
# https://docs.djangoproject.com/en/3.2/howto/static-files/
STATIC_URL = '/static/'
STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static')]
STATICFILES_DIRS = [
BASE_DIR / "static",
'widget_calendar/static/widget_calendar',
]
# Default primary key field type
# https://docs.djangoproject.com/en/3.2/ref/settings/#default-auto-field
......
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