File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 108108 "django.template.context_processors.request" ,
109109 "django.contrib.auth.context_processors.auth" ,
110110 "django.contrib.messages.context_processors.messages" ,
111- "config.context_processors.static_version" ,
112111 ],
113112 },
114113 },
180179STATIC_ROOT = BASE_DIR / "staticfiles"
181180STATIC_URL = "/static/"
182181
183- # Cache busting version - increment this when CSS/JS changes
184- STATIC_VERSION = str (int (time .time ())) # or manually set like "1.0.1"
185-
186182MEDIA_ROOT = BASE_DIR / "mediafiles"
187183MEDIA_URL = "/media/"
188184
189- # WhiteNoise configuration for media files
190- WHITENOISE_USE_FINDERS = True
191- WHITENOISE_AUTOREFRESH = True
192-
193185# Django Tailwind CLI
194186# https://django-tailwind-cli.readthedocs.io/latest/
195187
You can’t perform that action at this time.
0 commit comments