git.p6c8.net
/
pcdenotes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Updated dependencies
[pcdenotes.git]
/
pcdenotes
/
settings.py
diff --git
a/pcdenotes/settings.py
b/pcdenotes/settings.py
index 6225f2fe121f5778b3844bd6848fed5efb8d5d44..5d22c296d5034a796966c68963d548bb049d6448 100644
(file)
--- a/
pcdenotes/settings.py
+++ b/
pcdenotes/settings.py
@@
-143,4
+143,7
@@
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
MEDIA_URL = '/media/'
MEDIA_ROOT = BASE_DIR / 'media'
-NOTES_PER_PAGE = 5
\ No newline at end of file
+FILEBROWSER_NORMALIZE_FILENAME = False
+FILEBROWSER_CONVERT_FILENAME = False
+
+NOTES_PER_PAGE = 5
patrick-canterino.de