On 8/26/07, z_axis <[EMAIL PROTECTED]> wrote:
>   File "d:\app\python\Lib\site-packages\django\db\__init__.py", line 7, in 
> <modu
> le>
>     if not settings.DATABASE_ENGINE:

The lines above tell you what the problem is: Django stores data in a
database, but you have not filled in the settings which tell Django
what type of database to use or how to connect to it.


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to