avoid bad request django

Solutions on MaxInterview for avoid bad request django by the best coders in the world

showing results for - "avoid bad request django"
Mario
14 Jul 2020
1ALLOWED_HOSTS = ['*']
Alex
21 Mar 2020
1ALLOWED_HOSTS = ['127.0.0.1', 'localhost']