Hey Kaya,

I suspect you have South installed and in your INSTALLED_APPS. This is not 
supported. South only supports Django <=1.6 -- Django >=1.7 has built-in 
migration support. Please 
see 
https://docs.djangoproject.com/en/dev/topics/migrations/#upgrading-from-south 
for a migration guide from South to Django migrations.

/Markus

On Thursday, April 30, 2015 at 6:04:38 PM UTC+2, Kaya Luken wrote:
>
> Using "path/to/mySite/manage.py migrate" I get
>
> Unknown command: 'migrate'Type 'manage.py help' for usage.
>
> Listed commands are:
>
> changepassword
>   cleanup
>   compilemessages
>   createcachetable
>   createsuperuser
>   dbshell
>   diffsettings
>   dumpdata
>   flush
>   inspectdb
>   loaddata
>   makemessages
>   reset
>   runfcgi
>   runserver
>   shell
>   sql
>   sqlall
>   sqlclear
>   sqlcustom
>   sqlflush
>   sqlindexes
>   sqlinitialdata
>   sqlreset
>   sqlsequencereset
>   startapp
>   syncdb
>   test
>   testserver
>   validate
>
> I believe "Migrate" was added as a native command for manage.py as of 
> Django 1.7. According to "pip list" and the package documentation I am 
> definitely using Django 1.8 and I explicitly called the correct versions of 
> django-admin.py and manage.py in setup.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/4bda26ca-1bcf-4b13-9812-508b26cc72e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to