Opened 16 years ago
Closed 16 years ago
#7365 closed (invalid)
AttributeError
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
On Mac OS X 10.4.11 using Python 2.3:
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/django/core/handlers/base.py" in get_response
- callback, callback_args, callback_kwargs = resolver.resolve(request.path)
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/django/core/urlresolvers.py" in resolve
- for pattern in self.urlconf_module.urlpatterns:
AttributeError at /
'module' object has no attribute 'urlpatterns
Note:
See TracTickets
for help on using tickets.
Please don't use the ticket system to ask support questions. Use the django-users mailing list for that, or our IRC channel. (See the "Get help" section of the community page for more information.)