I’m using a bit of old code. From what I’ve read there is nothing on the internet regarding this error however now I’ve started using the code again but what worked in previous versions is no longer working
In urls.py
(r'^blog/detail/(?P<slug_id>[-w]+/$', 'blog.views.detailView'),
Error thrown by this
'RegexURLResolver' object is not callable
I cannot find any issues to using this method anywhere for Django 1.4?
Fix your regex – perhaps that will help? If not, I will delete this. Just guessing a bad regex and an error that says Regex in it could cause this…
Should be