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
Note that this is only ok (as in not dangerous) because the runtime code currently has no switches based on a notion of "am I in production or not" as the datatracker does. If such code ever comes in (to our extensions, or into wagtail, (or maybe we haven't discovered it in wagtail)), unintended unpleasant consequences become very likely.
It's better to use
ietf.settings.production
(whereDEBUG
isFalse
) in both staging and prod.The text was updated successfully, but these errors were encountered: