Forums

issue with the first migration in south

Hi,

when I run: python3 manage.py schemamigration <appname> --initial I get the following warning and the tables are not created: PendingDeprecationWarning: Options_module_name has been deprecated in favor of model_name

the steps I made to install south:

I added South in INSTALLED_APPS in settings.py python3 manage.py syncdb I added <appname> in INSTALLED_APPS python3 manage.py schemamigration <appname> --initial

thanks for any help Dan

It looks like this post covers what you're trying to do. Have a look and let us know how it goes.

thanks a lot. it worked

:)