Opened 9 years ago
Closed 9 years ago
#26354 closed Uncategorized (invalid)
DEBUG = False problem
Reported by: | Ramin Farajpour Cami | Owned by: | |
---|---|---|---|
Component: | Uncategorized | Version: | 1.9 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Hi,
i have one question , why DEBUG in settings.py other time work and other time not work for custome errors ,
i use DEBUG = False not work for me return bad request (400) can not show my page URLS on urls.py , but i use DEBUG= True work it, also i set ALLOW_HOSTS = *
Note:
See TracTickets
for help on using tickets.
This is the bug tracker for the development of django itself, for support question you can use the django-users mailing list, or #django on freenode.
Maybe this is related to your problem.