koleror / django-admin-views

Easily link custom admin views and direct URLs into the Django admin
BSD 3-Clause "New" or "Revised" License
187 stars 33 forks source link

Python 3 and Django 1.8 support. #12

Closed KostyaEsmukov closed 9 years ago

KostyaEsmukov commented 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.

Amoki commented 9 years ago

:+1:

frankwiles commented 9 years ago

Looks good to me! Thanks!