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
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
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
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