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 have been able to adapt it to work with 1.9.6. So far, so good. Any Django version > 1.7 will have issues with with app loader, because the init.py tries to import the models module before it has been loaded. My fix was to paste the contents of the init.py into views.py, and modify the import statements in views and tests as appropriate.
Wonder if this works on Django 1.8.2 succesfully. I know is mostly a Javascript plugin but just want to make sure before trying it.
The text was updated successfully, but these errors were encountered: