-
Notifications
You must be signed in to change notification settings - Fork 674
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
Unable to Sync db Django #1063
Comments
Are you using Django 1.9? The command has been removed from that version, and we haven't released an update yet that switches to the new command. |
Correct 1.9.1 |
any update on this? i was hoping to switch to visual studio for django development but ... |
Sorry, no updates yet, but we are considering this (and a range of other Django 1.8-1.9 fixes) for a minor update in several weeks. It'll probably only be for VS 2015 users though. |
Dup of #175 |
So is the only recourse here reverting to an older version of django? |
Or you can update to our latest release - releases If you are stuck on VS 2013 and can't get 2015 then I'd suggest opening a command prompt and calling the commands directly ( |
I.Right-click the project node and select Python->Django Sync DB. I receive an error:
Executing manage.py syncdb
Unknown command: 'syncdb'
Type 'manage.py help' for usage.
The Python REPL process has exited
The text was updated successfully, but these errors were encountered: