Re: Hey can any one help me.

2009-12-14 Thread rhce.san
Hope you are asccessing via browser... Few questions needs to be answered here : - Is firewall enabled and you are blocked for the port you are tying to access ? - are you able to ping from the windows mahcine to the linux machine ? On Dec 15, 12:13 pm, "'chiru'tha" wrote: > Hey i created a d

Re: Couldn't create tables.

2009-12-12 Thread rhce.san
I resolved the issue by creating the tables manually . Following command gave me more info about the tables. ./manage.py sqlall auth This is just a workaround let me know if we have a perfect solution for the same. Thanks, Santosh On Dec 12, 1:07 pm, "rhce.san" wrote: > I ran

Re: Couldn't create tables.

2009-12-12 Thread rhce.san
I ran in many time but its not helping me . Can i create the tables manully.. On Dec 11, 11:52 pm, Ian wrote: > On Dec 11, 6:41 am, "rhce.san" wrote: > > > > > I have created the django project with necessary apps and trying to > > link it to the db. ( oracl

Couldn't create tables.

2009-12-11 Thread rhce.san
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

my http://site/admin link

2009-12-05 Thread rhce.san
i set up django perfectly and added few apps and ran the syncdb , but still i am facing issue when i go the http://site/admin link. It logs in but doesn't provide the apps info there it provides just the blank page. Can any one please help, please also cc to rhce@gmail.com when ever you answe