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

Do not touch INSTALLED_APPS #146

Open cuchac opened 9 years ago

cuchac commented 9 years ago

Django 1.7 compatibility. INSTALLED_APPS can now contain references to AppConfig so iterating INSTALLED_APPS is not possible anymore.