Skip to main content

An awesome Django app to hack DEBUG=False become True

Project description

=====
Django-bugout
=====
Django-bugout is a awesome app to allow us can view "full debug info" from frontend in Production server, which set DEBUG=False.
Everything output exactly the same with case of DEBUG=True

Quick start
-----------

1. Add "django_bugout" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'django_bugout',
]

2. Include the polls URLconf in your project urls.py like this::

path('django_bugout/', include('django_bugout.urls')),

3. Change your settings.py to DEBUG=False
4. Start the development server and visit http://127.0.0.1:8000/django_bugout
to input what page you want examine.

Sample:
/myweb/someapi/
Note: URI input must not allow domain & protocol

========================================================================================

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-bugout-0.9.tar.gz (5.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page