Re: AttributeError: 'RegexURLResolver' object has no attribute '_urlconf_module'

2015-11-23 Thread knbk
>> >> Hello, >> >> >> I keep getting the error *AttributeError: 'RegexURLResolver' object has >> no attribute '_urlconf_module' *and the only trace available is as shown >> below: >> >> 'RegexURLResolver' object has no attribute '_urlconf_modu

Re: AttributeError: 'RegexURLResolver' object has no attribute '_urlconf_module'

2015-11-23 Thread KwangYoun Jung
Did you solve the issue? On Tuesday, July 2, 2013 at 8:14:00 PM UTC+9, Pratik Mandrekar wrote: > > Hello, > > > I keep getting the error *AttributeError: 'RegexURLResolver' object has > no attribute '_urlconf_module' *and the only trace available is as shown > below:

Re: AttributeError: 'RegexURLResolver' object has no attribute '_urlconf_module'

2013-11-20 Thread burak . kuyucakli
ratik Mandrekar >> <pratikm...@gmail.com> wrote: >> > >> > Hello, >> > >> > >> > I keep getting the error AttributeError: 'RegexURLResolver' object has >> no >> > attribute '_urlconf_module' and the only trace available is

Re: AttributeError: 'RegexURLResolver' object has no attribute '_urlconf_module'

2013-07-02 Thread Pratik Mandrekar
error along with > > another error, both of which seem to happen simultaneously > > > > > > django.core.urlresolvers in urlconf_module > > > > AttributeError: 'RegexURLResolver' object has no attribute > > '_urlconf_module' > > > > > > The trace for which

Re: AttributeError: 'RegexURLResolver' object has no attribute '_urlconf_module'

2013-07-02 Thread Tom Evans
On Tue, Jul 2, 2013 at 12:14 PM, Pratik Mandrekar <pratikmandre...@gmail.com> wrote: > > Hello, > > > I keep getting the error AttributeError: 'RegexURLResolver' object has no > attribute '_urlconf_module' and the only trace available is as shown below: > >

AttributeError: 'RegexURLResolver' object has no attribute '_urlconf_module'

2013-07-02 Thread Pratik Mandrekar
Hello, I keep getting the error *AttributeError: 'RegexURLResolver' object has no attribute '_urlconf_module' *and the only trace available is as shown below: 'RegexURLResolver' object has no attribute '_urlconf_module' My Sentry Error reporting normally shows the above error along