Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown command: 'syncdb' #59

Open
omps opened this issue Dec 15, 2017 · 3 comments
Open

Unknown command: 'syncdb' #59

omps opened this issue Dec 15, 2017 · 3 comments

Comments

@omps
Copy link

omps commented Dec 15, 2017

[avocado@avocado-server]$ ./scripts/avocado-server-manage syncdb -v0 --noinput
Unknown command: 'syncdb'
Type 'avocado-server-manage help' for usage.

@omps
Copy link
Author

omps commented Dec 15, 2017

the syncdb command is depreceated from django version 1.7.
We need to install django==1.5 for syncdb to work

@omps
Copy link
Author

omps commented Dec 15, 2017

Next Error:

./scripts/avocado-server-manage syncdb -v0 --noinput
AttributeError: 'module' object has no attribute 'BinaryField'

@ldoktor
Copy link
Contributor

ldoktor commented Jan 2, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants