Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 18th, 2010 | Syntax: None | Size: 0.99 KB | Hits: 58 | Expires: Never
Copy text to clipboard
  1. Traceback (most recent call last):
  2.  
  3.   File "/Users/jon/Sites/National Geographic/wpf/trunk/parts/project/django/core/servers/basehttp.py", line 279, in run
  4.     self.result = application(self.environ, self.start_response)
  5.  
  6.   File "/Users/jon/Sites/National Geographic/wpf/trunk/parts/project/django/core/servers/basehttp.py", line 651, in __call__
  7.     return self.application(environ, start_response)
  8.  
  9.   File "/Users/jon/Sites/National Geographic/wpf/trunk/parts/project/django/core/handlers/wsgi.py", line 241, in __call__
  10.     response = self.get_response(request)
  11.  
  12.   File "/Users/jon/Sites/National Geographic/wpf/trunk/parts/project/django/core/handlers/base.py", line 73, in get_response
  13.     response = middleware_method(request)
  14.  
  15.   File "/Users/jon/Sites/National Geographic/wpf/trunk/src/nggm/smartsites/middleware.py", line 35, in process_request
  16.     if str(settings.SMARTSITES_ENFORCE_SINGLE_URL) == 'true':
  17.  
  18. AttributeError: 'module' object has no attribute 'SMARTSITES_ENFORCE_SINGLE_URL'