Closed KostyaEsmukov closed 9 years ago
Added support for Python 3 and Django 1.8.
closes #6.
Also it seems to me that there is no need in admin_views_install_templates command. At least in 1.8 you shouldn't run this script. All you have to do is just to place the 'admin_views' app before the 'django.contrib.admin' in INSTALLED_APPS.
:+1:
Looks good to me! Thanks!
Added support for Python 3 and Django 1.8.
closes #6.
Also it seems to me that there is no need in admin_views_install_templates command. At least in 1.8 you shouldn't run this script. All you have to do is just to place the 'admin_views' app before the 'django.contrib.admin' in INSTALLED_APPS.