Avoid Bad Request Django

[Solved] Avoid Bad Request Django | Python Frameworks Django - Code Explorer | www.yomemimo.com
Question : avoid bad request django

Answered by : aditya-kumar-singh

ALLOWED_HOSTS = ['*']

Source : https://stackoverflow.com/questions/19875789/django-gives-bad-request-400-when-debug-false | Last Update : Sun, 16 Aug 20

Question : avoid bad request django

Answered by : aditya-kumar-singh

ALLOWED_HOSTS = ['127.0.0.1', 'localhost']

Source : https://stackoverflow.com/questions/19875789/django-gives-bad-request-400-when-debug-false | Last Update : Sun, 16 Aug 20

Answers related to avoid bad request django

Code Explorer Popular Question For Python Frameworks Django