I use the 'Admin' class in my project to do administration of applications. For the user I have defined a 'admin' and the other user. If I go to the 'user' page and want to do something with the 'admin' user and with the other user, I get the next error. I have read some documents, but I couldn't find the appropriate answer for my question.
DoesNotExist at /admin/auth/user/1/ ContentType matching query does not exist. Request Method: GET Request URL: http://bcw009:8000/admin/auth/user/1/ Exception Type: DoesNotExist Exception Value: ContentType matching query does not exist. Exception Location: /usr/people/emami/lib/python2.5/site-packages/ django/db/models/query.py in get, line 252 I use 'mysql' DB and my 'INSTALLED_APPS' in 'settings.py' is as: INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.admin', 'nlscia.contactinfos', 'nlscia.datasets', 'nlscia.storagelocations', 'nlscia.eventlisteners', 'nlscia.datasources', 'nlscia.ingestmodules', 'nlscia.datadestinations', 'nlscia.distributemodules', 'nlscia.transfermechanisms', ) Can somebody help me to solve this problem? With regards, Nader --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---