On Thu, Feb 17, 2011 at 11:26 AM, hank23 <hversem...@stchas.edu> wrote:
> 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'



Same answer as before; you need to add south itself to your INSTALLED_APPS.

If that doesn't work (or you're just curious), open a Python or
iPython command line and type 'import south.' If it works, you've
probably installed South properly.

Shawn

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to