Date Tags Django

DJANGO: cycle import debug tip

For better debugging of cycle imports comment following lines:

#except ImportError, e:
#    mod_name, _ = get_mod_func(self._callback_str)
#    raise ViewDoesNotExist("Could not import %s. Error was: %s" % (mod_name, str(e)))

in file {{ DJANGO_PATH }}/core/urlresolvers.py


Comments

comments powered by Disqus