Re: Migrations bork: relation "django_site" does not exist

2016-03-09 Thread Michal Petrucha
On Tue, Mar 08, 2016 at 08:08:06PM -0800, Malte wrote: > Hi all, > > I ran into this error trying to migrate my apps with a blank Postgres > database. > > django.db.utils.ProgrammingError: relation "django_site" does not exist > > LINE 1: ..."django_si

Migrations bork: relation "django_site" does not exist

2016-03-09 Thread Malte
Hi all, I ran into this error trying to migrate my apps with a blank Postgres database. django.db.utils.ProgrammingError: relation "django_site" does not exist LINE 1: ..."django_site"."domain", "django_site"."name" FROM "django_s

Re: Moving from Django 1.6 to 1.8 (relation "django_site" does not exist

2015-08-10 Thread TheBeardedTemplar
dule (and django.scheduler which > defines the base class), got "No changes detected in app" > - Tried applying fake migrations for schedule, got "Error creating > new content types." > - Tried migrating auth, got relation "django_site"

Re: Moving from Django 1.6 to 1.8 (relation "django_site" does not exist

2015-08-10 Thread Gary Roach
applying fake migrations for schedule, got "Error creating new content types." o Tried migrating auth, got relation "django_site" does not exist, with a db error: LINE 1: SELECT (1) AS "a" FROM "django_site" LIMIT 1 At this point I'm

Moving from Django 1.6 to 1.8 (relation "django_site" does not exist

2015-08-10 Thread TheBeardedTemplar
Error creating new content types." - Tried migrating auth, got relation "django_site" does not exist, with a db error: LINE 1: SELECT (1) AS "a" FROM "django_site" LIMIT 1 At this point I'm kind of floundering - I suspect it might have to do wi

Re: relation django_site does not exist

2007-04-19 Thread Malcolm Tredinnick
On Thu, 2007-04-19 at 16:48 -0700, gkelly wrote: > This error comes up sometimes at random when running on mod_python > (dev server works fine). > Note that I am NOT using django's site app. Something you are using requires it, though. I think the solution here is to install the sites application

relation django_site does not exist

2007-04-19 Thread gkelly
ackends/ util.py" in execute 12. return self.cursor.execute(sql, params) File "/usr/local/lib/python2.4/site-packages/django/db/backends/ postgresql/base.py" in execute 43. return self.cursor.execute(sql, [smart_basestring(p, self.charset) for p in params]) ProgrammingError at /wxcod