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' django 1.9 #221

Closed
angelicanino opened this issue Jan 13, 2016 · 3 comments
Closed

Unknown command: 'syncdb' django 1.9 #221

angelicanino opened this issue Jan 13, 2016 · 3 comments

Comments

@angelicanino
Copy link

Trying to install a local mapit, it stops with this line:

Unknown command: 'syncdb'
Type 'manage.py help' for usage.

django does not support syncdb command, now uses migrate instead.

@dracos
Copy link
Member

dracos commented Jan 13, 2016

Thanks, I've removed the syncdb line from the docs, it's no longer necessary.

@dracos dracos closed this as completed Jan 13, 2016
@angelicanino
Copy link
Author

Hi, there is something need to be done to try to install again?
I get the next lines:

Adding unix user... already done
Updating APT sources... done
Cloning or updating repository... updating... There were changes in the working tree in /var/www/mapit/mapit; exiting.

Thanks

@dracos
Copy link
Member

dracos commented Jan 13, 2016

You can't run the install script if you have made changes to the git checkout, I'm afraid. I believe I have committed a fix to the repo, so running the install script on a clean git checkout should be okay.

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