I have gone through the tutorials and get an error when using the admin UI
about users and authorizations.
Exception Value:
(1146, "Table 'django_server.auth_user_groups' doesn't exist")
I found this
"Note that the default settings.py file created by django-admin.py startproject includes 'django.contrib.auth' and
'django.contrib.contenttypes' in INSTALLED_APPS for convenience. If your INSTALLED_APPS already contains these apps, feel free to
run manage.py syncdb again"
and did a
manage.py syncdb
but no change...
the django app made by doing the tutorial functions, it saves poll votes in the
database
and they persist from login to login to the admin site as I have it set up
on my local machine:
http://127.0.0.1:8080/admin/auth/
http://127.0.0.1:8080/admin/auth/group/ shows zero groups. is that a problem?
Seems related to not being able to delete a user and getting the error:
"Table 'django_server.auth_user_groups' doesn't exist"
Clues?
Thanks,
John
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.