On Dec 11, 6:41 am, "rhce.san" <rhce....@gmail.com> wrote:
> I have created the django project with necessary apps and trying to
> link it to the db. ( oracle 11g)
>
> Further info : python 2.5
> django : 1.1.1
>
> I am trying to integrate my django application to ldap , was
> successfull .. but while logging in in got the following error.
>
> ORA-00942: table or view does not exist
>
> on further investigation found out that AUTH_USER_GROUPS is missing.
> But it should be created with the first syncdb command ... dont know
> why it failed.
>
> Here there are few questions to be answered.
> - Why did the tables not get created ?

Without the output of your syncdb, I have no way of answering that.

> - How can i create them ?

Just run syncdb again.

Regards,
Ian

--

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.


Reply via email to