Hi, I added the following line in the section of INSTALLED_APPS of my settings.py:
'south', then I ran "python manage.py syncdb" giving this error: Error: No module named adminsouth Any ideas I have done wrong again? Alex On Friday, April 13, 2012 4:13:55 PM UTC-5, Jacco Flenter wrote: > > Hi Alex, > > It looks like south was not added to the INSTALLED_APPS list in your > settings.py > > Regards jacco > > Hi all, >> >> as adviced to use "South" to do something 'better', I have installed it >> and tried to follow the appropriate tutorial here: >> >> http://south.aeracode.org/docs/tutorial/part1.html >> >> However, the first command "./manage.py schemamigration southtut >> --initial" resulted in the following error: >> >> Unknown command: 'schemamigration' >> >> I guess I need to update some environment settings? To use a different >> manage.py? To restart everything from scratch? I am sorry for all those >> very beginner questions regarding django, but I am a very beginner, trying >> to follow the tutorial, which just don't wok for me. >> >> >> Any advice is greatly appreciated. >> >> >> Alex >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/django-users/-/7UwZyFYSj9cJ. >> 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. >> > -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/NQbNGtU7J5gJ. 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.