actually, i mispoke above about the same error. i saw the same error when i imported the root settings file and tried to assign values by using root_settings.ROOT_URLCONF = 'myapp.urls' for example. when i as values like this ROOT_URLCONF = 'myapp.urls ' without prepending it with root_settings, i get an error that says "You'll need to put 'django.contrib.admin' in your INSTALLED_APPS setting before you can use the admin application", which means that it is not import INSTALLED_APPS and nothing else i would imagine. i tried prepending the values with settings but that did not work either.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---