1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-21 22:09:36 +02:00

feat: add Attachment model and implement file permission checks for media access

This commit is contained in:
Sean Morley 2025-01-18 20:06:12 -05:00
parent 433599dc20
commit aa216f5688
7 changed files with 93 additions and 46 deletions

View file

@ -81,8 +81,6 @@ MIDDLEWARE = (
# disable verifications for new users
ACCOUNT_EMAIL_VERIFICATION = 'none'
ALLAUTH_UI_THEME = "night"
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',