X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/80a429d30dd44b0274bf92486fa7639441116ced..d464e316dea5f7aa764f1c08e90f202cba2a678c:/pcdenotes/settings.py?ds=sidebyside diff --git a/pcdenotes/settings.py b/pcdenotes/settings.py index 5e82661..88b705d 100644 --- a/pcdenotes/settings.py +++ b/pcdenotes/settings.py @@ -132,6 +132,8 @@ USE_TZ = True STATIC_URL = '/static/' STATIC_ROOT = BASE_DIR / 'static' +STATICFILES_DIRS = [BASE_DIR / 'notes/static'] + # Default primary key field type # https://docs.djangoproject.com/en/3.2/ref/settings/#default-auto-field @@ -142,4 +144,6 @@ MARKDOWNIFY = { #"STRIP": False, "BLEACH": False } -} \ No newline at end of file +} + +NOTES_PER_PAGE = 5 \ No newline at end of file