Optimize frontend

This commit is contained in:
2026-03-29 11:10:37 +11:00
parent c26c620f78
commit 3a20fcb63a
53 changed files with 2936 additions and 840 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
CSRF_TRUSTED_ORIGINS = os.environ.get('CSRF_TRUSTED_ORIGINS', 'http://localhost:8000').split(',')
# Redis cache
REDIS_URL = os.environ.get('REDIS_URL', 'redis://localhost:6379/0')
REDIS_URL = os.environ.get('REDIS_URL', 'redis://192.168.1.2:6379/0')
CACHES = {
'default': {