jorgebastida / django-dajaxice

Easy to use AJAX library for django. dajaxice mains goal is to trivialize the asynchronous communication within the django server side code and your js code. It's an "agnostic JS framework" approach and focus on decoupling the presentation logic.
http://dajaxproject.com/
Other
401 stars 174 forks source link

"No module named 'Dajaxice'" with python 3 #152

Open fdegrave opened 9 years ago

fdegrave commented 9 years ago

Hi,

Same error as #111 which is closed, yet it is still not fixed. Can be fixed it by adding a dot before Dajaxice in core/init.py from .Dajaxice import Dajaxice, dajaxice_autodiscover

Cheers!