stormpath / stormpath-django

Django plugin for Stormpath
Apache License 2.0
38 stars 19 forks source link

syncdb deprecated - switch to migrate #77

Closed mdeggies closed 8 years ago

mdeggies commented 8 years ago

In the README, we need to change this:

python manage.py syncdb

to this:

python manage.py migrate

as syncdb has been deprecated!