Hallöchen!

I have

INSTALLED_APPS = (
    "django.contrib.auth",
    "django.contrib.contenttypes",
    "django.contrib.sessions",
    "django.contrib.admin",
    "django.contrib.markup",
    "chantal_ipv",
    "chantal_common",
    "staticfiles",
    "samples",
)

However, syncdb ignores chantal_ipv.  It doesn't even load
chantal_ipv.models (at least, syntax errors don't show up).  If I
put chantal_ipv last in the list, it works (but I need it in the
middle).

The strange thing is that it works nicely on my production system.
The Django revision is the same, it's just Python 2.6.5 instead of
Python 2.6.4.  But I cannot see anything in Python release notes
which changed the way modules are imported.

But it gets even more strange: The models module of "chantal_ipv"
imports models from "samples".  I think this is the problem.  If I
comment out all calls to admin.site.register in the models of
"samples", it works!  WTF?

Has anybody an idea what's going on or how I can debug this further?

Tschö,
Torsten.

-- 
Torsten Bronger, aquisgrana, europa vetus
                   Jabber ID: [email protected]
                                  or http://bronger-jmp.appspot.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
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