Open xtavras opened 9 years ago
What version of django do you have installed?
Hi jforman,
all packages are from debian wheezy stock.
ii python-bs4 4.1.0-1 all error-tolerant HTML parser for Python
ii python-django 1.4.5-1+deb7u9 all High-level Python web development framework
ii python-dnspython 1.10.0-1 all DNS toolkit for Python
ii python-flup 1.0.2-2 all Implements Python Web Server Gateway Interface (WSGI)
ii python-sqlite 1.0.1-9 amd64 Python interface to SQLite 2
@xtavras I had the same problem. Removing the Debian's Django package, and installing version 1.8 with pip fixed it.
apt-get purge python-django
pip install django
Hi @sherbang , thanks, fixed it for me too.
I'm trying to run binder on test server, after installing all dependencies and running syncdb (without erros), I'm starting a django (manage.py runserver 0.0.0.0:8080)
but if I try to open it browser i see
Am I missing something in configuration?