On Friday, 13 April 2012 22:51:06 UTC+1, alex3627 wrote:
>
> 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 w
Post part of your settings .py here.
On Fri, Apr 13, 2012 at 6:51 PM, alex3627 wrote:
> 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
>
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
Hi Alex,
It looks like south was not added to the INSTALLED_APPS list in your
settings.py
Regards jacco
On Apr 13, 2012 11:05 PM, "alex3627" wrote:
> Hi all,
>
> as adviced to use "South" to do something 'better', I have installed it
> and tried to follow the appropriate tutorial here:
>
> http
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:
5 matches
Mail list logo