fix django-suit package name on settings.py

This commit is contained in:
Fábio C. Barrioneuvo da Luz 2013-11-11 17:53:10 -03:00
parent 69d4fcee78
commit b75729e322

View File

@ -40,7 +40,7 @@ class Common(Configuration):
# Useful template tags:
# 'django.contrib.humanize',
'django-suit', # django-admin theme
'suit', # django-admin theme
# Admin
'django.contrib.admin',
)