Ok I added the southtut app to my installed apps after creating its
folder, but now when I enter this command:
python manage.py schemamigration southtut --initial
I get this:
Unknown command: 'schemamigration'
Which makes me wonder if I really do have South completely installed
ok, or if I need to be in a different directory to be able to execurte
it. Currently I'm trying to execute it I'm in the mysite directory
which has my settings.py, my templates folder and my app. folders. So
maybe I should where should I before I try to run the schemamigration
command? Any thoughts?
On Feb 17, 9:44 am, Michael <
mhall...@gmail.com> wrote:
> After you create the southtut app, you need to add it to
> settings.INSTALLED_APPS in order for Django to know about it. If Django
> doesn't know about it, then South doesn't know about it.
>
> --
> Michael <
mhall...@gmail.com>
> > advance for the help.- Hide quoted text -
>
> - Show quoted text -