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
INTERNAL_IPS is the list of IP addresses for the users who should be able to access the toolbar, not the IP of the server. It's a bit annoying to deal with and I generally recommend not using it in a remote environment.
The django debug toolbar should not be run in a production environment
and should only be enabled in remove environments temporarily. It can
expose sensitive information and if we're using a clone of the production
data in a staging environment, it could expose prod data.
References #146
The django debug toolbar should not be run in a production environment
and should only be enabled in remove environments temporarily. It can
expose sensitive information and if we're using a clone of the production
data in a staging environment, it could expose prod data.
References #146
I think it's the IP address of the staging site missing from
indymeet.settings.base.INTERNAL_IPS
The text was updated successfully, but these errors were encountered: