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
{{ message }}
This repository was archived by the owner on Aug 26, 2024. It is now read-only.
http://docs.django-cms.org/en/release-3.4.x/reference/configuration.html#std:setting-CMS_PAGE_CACHE
Pages for logged in users are not cached.
thats prolly why you saw them
on a comment post
need to invalidate the page cache
for that page
im guessing
also im gettin a recaptcha error pretty much every time first go around
there is something up with how you got that workin
also it shouldnt nuke the text in the box if it failed
looks like you gotta issue cache.delete('key')
to kill the cache for the page