OK, I put ROOT_URLCONF = {{ project_name }}.urls back in the c: \python25\Lib\site-packages\django\conf\project_template\settings.py file. I then create a new package - jrl. I then tried to access the admin site and I got a DATABASE_ENGINE not set error. I set the DATABASE_ENGINE to 'SQLite3' and then I ran the 'python manage.py syncdb' command with no success. I had to move the SQLite3 files from c:\django\db\backends to C:\Python25\Lib\site-packages \django\db\backends. I then re-ran the 'python manage.py syncdb' command and now I can access the Admin page.
Thank you for your time. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---