and
Configuring Internal IPs
The Debug Toolbar is shown only if your IP address is listed in the INTERNAL_IPS setting. This means that for local development, you must add '127.0.0.1' to INTERNAL_IPS; you'll need to create this setting if it doesn't already exist in your settings module:
INTERNAL_IPS = [ # ... '127.0.0.1', # ... ] Missatge de Patrick Carra <pcarra.pc@gmail.com> del dia dt., 26 de nov. 2019 a les 18:04:
I installed the django-debug-toolbar but its not doing anything. I imported it added it to settings.py installed apps and middleware, added the if statement to the project level urls.py and Debug is set to True.--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/bcc80c18-c3e8-4f29-844e-463014476c1e%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK-JoTT7-QN-w-9UDDHC%3DhGQYvswvYJeXHpbHcVn_e5v%3DDSofA%40mail.gmail.com.
No comments:
Post a Comment