Hi guys, I get the following error when trying to connect to the admin page (start of Tutorial 2). Any help greatly appreciated as I'm new to this Magic Removal stuff...
Cheers, Dave. AttributeError at /admin/ 'module' object has no attribute 'urlpatterns' Request Method: GET Request URL: http://127.0.0.1:8000/admin/ Exception Type: AttributeError Exception Value: 'module' object has no attribute 'urlpatterns' Exception Location: /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/django/core/urlresolvers.py in resolve, line 73 Traceback (innermost last) Switch to copy-and-paste view /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/django/core/handlers/base.py in get_response callback, callback_args, callback_kwargs = resolver.resolve(path) ... ▶ Local vars /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/django/core/urlresolvers.py in resolve sub_match = pattern.resolve(new_path) ... ▶ Local vars /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/django/core/urlresolvers.py in resolve for pattern in self.urlconf_module.urlpatterns: ... ▶ Local vars --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

