Hi Malcolm,

Thanks! I'm not getting that error any more, but am getting this:

Error: None couldn't be installed, because there were errors in your
model:
admin.logentry: 'user' has relation with uninstalled model User
admin.logentry: 'content_type' has relation with uninstalled model
ContentType

Is the syncdb meant to replace the init, or is there something else I
should be doing, as it looks like it's not creating the user and
content_type tables/models for me.

My installed apps is:

INSTALLED_APPS = (
    'opscenter.automator',
    'django.contrib.admin',
)

And if I do python manage.py validate I get:

admin.logentry: 'user' has relation with uninstalled model User
admin.logentry: 'content_type' has relation with uninstalled model
ContentType
2 errors found.

Thanks, Tom


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to