Hi,

I keep getting this error msg in sentry. Any idea on how to resolve it? 
Thanks.

AttributeError Root Cause

'RegexURLResolver' object has no attribute '_urlconf_module'

   - 
   
   django/core/urlresolvers.py ? in urlconf_module
    
   1. 
      
              raise Resolver404({'path' : path})
      
      2. 
      
      3. 
      
          @property
      
      4. 
      
          def urlconf_module(self):
      
      5. 
      
              try:
      
      6. 
      
                  return self._urlconf_module
      
      7. 
      
              except AttributeError:
      
      8. 
      
                  self._urlconf_module = import_module(self.urlconf_name)
      
      9. 
      
                  return self._urlconf_module
      
      10. 
      
      11. 
      
          @property
      
      'self'
   
   <RegexURLResolver u'testproject.urls' (None:None) ^/>
   
   
Additional Data
sys.argvIndexValue0

'/sites/.virtualenvs/test/bin/gunicorn'

1

'-c'

2

'gunicorn.conf.py'

3

'wsgi:application'

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to