thepug / Speeqe

A multi-user chat application over XMPP.
GNU Affero General Public License v3.0
135 stars 47 forks source link

Speeqe incompatibility with Django 1.7?! #42

Open JedMeister opened 9 years ago

JedMeister commented 9 years ago

Hi,

I'm currently updating the TurnKey appliance library and have hit an issue with Speeqe: https://github.com/turnkeylinux/tracker/issues/395

# $WEBROOT/manage.py syncdb --noinput

Traceback (most recent call last):
  File "/var/www/django/speeqeweb/manage.py", line 3, in <module>
    from django.core.management import execute_manager
ImportError: cannot import name execute_manager

You can read all the detail over on the TurnKey tracker but essentially it seems to be a compatibility issue with Django 1.7 (as packaged in Debian Jessie).