On 10/09/2013 3:28pm, Harjot Mann wrote:
On Mon, Sep 9, 2013 at 10:59 AM, Xavier Ordoquy wrote:
The message is: "Table 'tcc_report' already exists"
This means that you already created the tables with syncdb which bypassed south
and you're trying to created them again with south.
You'll be abl
On Mon, Sep 9, 2013 at 10:59 AM, Xavier Ordoquy wrote:
> The message is: "Table 'tcc_report' already exists"
>
> This means that you already created the tables with syncdb which bypassed
> south and you're trying to created them again with south.
> You'll be able to recover from this by:
> - ensu
Hi
try this ./manage.py convert_to_south myapp # if your app exist
try read the doc
http://south.readthedocs.org/en/latest/convertinganapp.html#converting-an-app
Cheer,
On Sun, Sep 8, 2013 at 11:29 PM, Xavier Ordoquy wrote:
> Hi,
>
> The message is: "Table 'tcc_report' already exists"
>
> This
Hi,
The message is: "Table 'tcc_report' already exists"
This means that you already created the tables with syncdb which bypassed south
and you're trying to created them again with south.
You'll be able to recover from this by:
- ensuring your models are in line with your current DB schema
- cre
On Mon, Sep 9, 2013 at 3:46 AM, Roberto López López
wrote:
> You have to fake the migration.
Didn't get you. Please elaborate.
--
Harjot Kaur Mann
Blog: http://harjotmann.wordpress.com/
Daily Dairy: http://harjotmann.wordpress.com/daily-diary/
--
You received this message because you are sub
You have to fake the migration.
On 09/08/2013 09:12 PM, Harjot Mann wrote:
> I am trying to add a new field to model class in django using south
> but when I am running ./manage.py migrate app, I am getting this error
> http://202.164.53.122/~harjotmann/southerror
>
--
Roberto López López
Sys
I am trying to add a new field to model class in django using south
but when I am running ./manage.py migrate app, I am getting this error
http://202.164.53.122/~harjotmann/southerror
--
Harjot Kaur Mann
Blog: http://harjotmann.wordpress.com/
Daily Dairy: http://harjotmann.wordpress.com/daily-dia
7 matches
Mail list logo