You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good catch, feel free to make a pull request updating the documentation. For reference, that specific code snippet should match the default urls.py file generated by wagtail start.
https://docs.coderedcorp.com/wagtail-cache/stable/getting_started/install.html#caching-wagtail-pages-only:
... url(r'', include(wagtail_urls)),
But in the newest version, it seems that "re_path(r'', include(codered_urls))," replace the older define?
The text was updated successfully, but these errors were encountered: