Re: problem to run server

2010-12-14 Thread NavaTux
python manage.py syncdb also shows this error only.import django in python shell works; i am using postgres every thing is fine it seems in postgres. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to djan

Re: problem to run server

2010-12-14 Thread Łukasz Rekucki
Hi, This list for developing Django itself, not developing with Django. Please move this discussion to django-users. Thanks. --- Łukasz Rekucki On 14 December 2010 13:55, Tonton wrote: > i presume that in your file you have write > > from django*... import  .  is there the trouble

Re: problem to run server

2010-12-14 Thread Tonton
i presume that in your file you have write from django*... import . is there the trouble .. may be in your settings with database does your manage.py syncdb has work ? On Tue, Dec 14, 2010 at 8:16 AM, NavaTux wrote: > I want to test django application so when i created the project > "dja

problem to run server

2010-12-14 Thread NavaTux
I want to test django application so when i created the project "django-admin.py start project testp" and i created application python manage.py startapp testapp then i added in settings.py (database postgresql_psycopg2,name,username,password) as well as i am running in virtualenv,installed fine o