django-admin-flexselect
django-admin-flexselect copied to clipboard
Does not work with Django 1.7
I am using this app in Django 1.7.8
I am getting the error: No module named defaults
Seems like the defaults module was removed in Django 1.6
Seems like installing with pip is installing some older version of the app in which the first line in urls.py
is:
from django.conf.urls.defaults import *