On Jan 25, 2008 11:55 AM, Martin Ostrovsky <[EMAIL PROTECTED]> wrote:
>
> I'm trying to run syncdb on a clean database (no other tables etc.) in
> postgres. It produces the standard Postgres error:
...
> I know there's nothing wrong  with my settings file and/or models code
> because I'm just trying to clone an already-working instance from
> another server.
>
> Has anybody seen this before?

I haven't seen that error precisely, but I have seen odd errors when
trying to syncdb a lot of apps at once.

When I've seen it before, it happened because signals fired for apps
which depended on other apps.

Please run:
 django-admin.py  syncdb --verbosity=2
and dpaste the entire output, then share the dpaste link here.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to