Remove unnecessary caching
This commit is contained in:
parent
85aa56d030
commit
83ce873e25
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ urlpatterns = [
|
||||||
# djconfig
|
# djconfig
|
||||||
path("config", gestioncof_views.ConfigUpdate.as_view(), name="config.edit"),
|
path("config", gestioncof_views.ConfigUpdate.as_view(), name="config.edit"),
|
||||||
# js-reverse
|
# js-reverse
|
||||||
path("jsreverse/", cache_page(3600)(urls_js), name="js_reverse"),
|
path("jsreverse/", urls_js, name="js_reverse"),
|
||||||
]
|
]
|
||||||
|
|
||||||
if "events" in settings.INSTALLED_APPS:
|
if "events" in settings.INSTALLED_APPS:
|
||||||
|
|
Loading…
Reference in a new issue