Remove autoadmin code and move it to the external django-autoadmin package

This commit is contained in:
Roberto Rosario
2015-06-14 03:51:36 -04:00
parent f3beb3b5e7
commit 37b4f42afe
10 changed files with 44 additions and 103 deletions

View File

@@ -53,6 +53,7 @@ INSTALLED_APPS = (
'django.contrib.staticfiles',
# 3rd party
'actstream',
'autoadmin',
'compressor',
'corsheaders',
'djcelery',