aptivate / kashana

Aptivate logframe django project
GNU Affero General Public License v3.0
13 stars 15 forks source link

Bad request 400 #53

Closed KarthiAru closed 7 years ago

KarthiAru commented 7 years ago

Hi,

I'm getting a Bad request 400 message when I navigate to http://127.0.0.1:8000/ I've installed it on a Ubuntu machine on DigitalOcean.

$ ./manage.py runserver
Performing system checks...
System check identified no issues (0 silenced).
August 31, 2017 - 04:00:35
Django version 1.8.18, using settings 'settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
[31/Aug/2017 04:00:45] "GET /dashboard HTTP/1.1" 400 26
KarthiAru commented 7 years ago

Got it to work by changing ALLOWED_HOSTS in local.settings.py.production