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: > > 'RegexURLResolver' objec

Can you remove a model's last field of SQLite3 in Django 1.8?

2015-11-29 Thread KwangYoun Jung
Can you remove a model's last field of SQLite3 in Django 1.8? I have a model that has only one column in SQLite3. When I remove a last field of the model, I get an error like below *django.db.utils.OperationalError: near ")": syntax error*Anyone knows about this issue ? -- You received this