Date: Sun, 10 Jun 2012 03:49:36 -0700
From: jonathan.talis...@gmail.com
To: django-users@googlegroups.com
Subject: Re: Using the django.contrib.auth User in my model - database error
I just used an sqlite3 and sqlitemanager which is a sqlite front-end , I am
guessing it should not be too
I just used an sqlite3 and sqlitemanager which is a sqlite front-end , I am
guessing it should not be too difficult to drop all tables with a script
too.
On Sunday, June 10, 2012 12:48:46 PM UTC+3, liuxi...@live.cn wrote:
>
> how to drop all the database tables?
>
> On 6月4日, 下午5时36分, bruno des
how to drop all the database tables?
On 6月4日, 下午5时36分, bruno desthuilliers
wrote:
> On Jun 4, 11:01 am, xTalisman wrote:
>
> > Solved :
> > I dropped all the database tables (including the contib.auth ones) and ran
> > syncdb, suddenly everything was fine. odd , but is working now .
>
> Well, ni
On Jun 4, 11:01 am, xTalisman wrote:
> Solved :
> I dropped all the database tables (including the contib.auth ones) and ran
> syncdb, suddenly everything was fine. odd , but is working now .
Well, nice to know it works now, but yes this _is_ odd.
--
You received this message because you are su
Solved :
I dropped all the database tables (including the contib.auth ones) and ran
syncdb, suddenly everything was fine. odd , but is working now .
Jonathan
On Monday, June 4, 2012 11:27:44 AM UTC+3, xTalisman wrote:
>
> Bruno ,
> I thought so , so I deleted the the whole database (sqlite3) and
Bruno ,
I thought so , so I deleted the the whole database (sqlite3) and ran the
syncdb again , it created the tables as defined by django.contrib.auth and
my application - but did not create the foreignkey columns manager and
users.
Any ideas ?
On Monday, June 4, 2012 11:23:33 AM UTC+3, bru
On Jun 4, 9:49 am, xTalisman wrote:
> I ran syncdb without a problem , then when I used the admin interface I
> get the following error :
>
> Exception Type: DatabaseError at /admin/coordination/project/
> Exception Value: no such column: coordination_project.manager_id
>
syncdb only creates the
7 matches
Mail list logo