]> git.p6c8.net - pcdenotes.git/blobdiff - pcdenotes/settings.py
Added "static" directory
[pcdenotes.git] / pcdenotes / settings.py
index 5e82661fadc6233b1705e8bdacf0ad4c2f47ba08..88b705dd8298b1c8d2c3b8e6e843965c3f51aee8 100644 (file)
@@ -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

patrick-canterino.de