I'm using django and I'm facing a little problem. I would like to use the 'migrate' command with manage.py But when I try I get this error message:
Unknown command: 'migrate' Type 'manage.py help' for usage.
I have south installed (I installed it with pip), but I still can't use this command. I don't know what to do.
Thank you for your help!
migrate executes those SQL commands in the database file. So after executing migrate all the tables of your installed apps are created in your database file.
The site could be temporarily unavailable or too busy. Try again in a few moments. If you are unable to load any pages, check your computer's network connection. If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
The django-admin.py script should be on your system path if you installed Django via its setup.py utility. If it's not on your path, you can find it in site-packages/django/bin within your Python installation.
You have to include south
in INSTALLED_APPS
in your settings.py.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With