git.p6c8.net
/
pcdenotes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added sample for .env file
[pcdenotes.git]
/
pcdenotes
/
settings.py
diff --git
a/pcdenotes/settings.py
b/pcdenotes/settings.py
index 1d455a7f3b5c07bb7b41825c2458ffbe70548f96..88b705dd8298b1c8d2c3b8e6e843965c3f51aee8 100644
(file)
--- 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
patrick-canterino.de