python - Django-redactor: name 'widgets' is not defined -


when try import redactor.widgets in django app error title. in python command line importing redactor.widgetsdoesn't produce errors. have idea why happening? runs in virtualenv, tried installing django-redactor using pip , manually.

thanks in advance.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -