You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am hosting my django app on heroku which installs dajaxice from a requirements.txt file so I have no access to the code. Is there going to be a fix pushed for this.
Error after the install (http://django-dajaxice.readthedocs.org/en/latest/installation.html#installing-dajaxice) in django 1.6
Can be fixed by changing the first line in "site-packages/dajaxice/urls.py"
from django.conf.urls.defaults import *
to
from django.conf.urls import *
The text was updated successfully, but these errors were encountered: