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
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
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"
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
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
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
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
7 matches
Mail list logo