Dependencies: Remove django-suit from apps

Signed-off-by: Roberto Rosario <Roberto.Rosario.Gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-11-22 04:59:10 -04:00
parent 6d39f3b716
commit 8c98679687

View File

@@ -62,8 +62,6 @@ ALLOWED_HOSTS = yaml_loads(
INSTALLED_APPS = (
# Placed at the top so it can override any template
'appearance',
# 3rd party
'suit',
# Django
'django.contrib.admin',
'django.contrib.admindocs',