>This is just a hunch - but you don't have PostgreSQL drivers for
>Python installed do you?
>If you're using mysql, just change "DATABASE_ENGINE" to mysql (or
>whatever else you're using) and you should be able to run the server
>(worked for me).

I'll try to explain my point, Petar.

The auto-generated settings file uses postgresql as default database
engine. If the guy uses another DB, django-admin (or manage) runserver
raises an ImproperlyConfigured exception because it was trying to use
psycopg backend. Is this the right thing? Should the new user edit the
settings file before runserver? I don't think so.

--
Pedro

Reply via email to