Open omps opened 6 years ago
the syncdb command is depreceated from django version 1.7. We need to install django==1.5 for syncdb to work
Next Error:
./scripts/avocado-server-manage syncdb -v0 --noinput
AttributeError: 'module' object has no attribute 'BinaryField'
Hello @omps we don't really have the resources to port avocado-server
to newer version of django. The recommended version of
djangois (as set by
requirements.txt)
django==1.6.3` and it works with this version (checked every release).
There are 2 options, if you need the latest greatest django, feel free to fix avocado-server
, othervise please stick with the versions defined in requirements.txt
.