On Aug 27, 11:53 am, "James Bennett" <[EMAIL PROTECTED]> wrote: > 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. That is not the problem. The problem is that they tried to define an absolute path for the settings file rather than a dotted Python module path. The OP should reread the documentation as to what DJANGO_SETTINGS_MODULE should be set to. Graham --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---