Speeqe icon indicating copy to clipboard operation
Speeqe copied to clipboard

Speeqe incompatibility with Django 1.7?!

Open JedMeister opened this issue 9 years ago • 0 comments

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).

JedMeister avatar Jun 12 '15 04:06 JedMeister