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
========================================================================================
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.10.tar.gz
(5.0 kB
view details)
File details
Details for the file django-bugout-0.10.tar.gz.
File metadata
- Download URL: django-bugout-0.10.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5fe9b7cae7c2a2a8623e9c49126ac6d676cea987d5056214d14a0fbcaf560e3
|
|
| MD5 |
66a6c1b9116c50a1e2f04fee3e1e16e3
|
|
| BLAKE2b-256 |
98cf840d633da07c997508500f25078440317ba9f284b8ddea403f8b6417ad3c
|