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
#"STRIP": False,
"BLEACH": False
}
-}
\ No newline at end of file
+}
+
+NOTES_PER_PAGE = 5
\ No newline at end of file