hello,

on pgsql 'reset auth' fails with an error saying that it cannot drop
one of the tables (i do not remember which though) because other
objects depend on it. on sqlite it works fine. i did not try it on
mysql.

here is my apps:

INSTALLED_APPS = (
    'django.contrib.admin',
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.sites',
    'mysite.ko',
    'tagging',
    )

'mysite.ko' and 'tagging' do not use users table.

has anyone seen this? please help.
thanks
konstantin
--~--~---------~--~----~------------~-------~--~----~
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