fix: Remove unused apps from settings

This commit is contained in:
Charles Marttinen 2018-10-18 13:11:10 -04:00 committed by Charles Marttinen
parent b436fdbc83
commit d8483e9a67

View file

@ -117,8 +117,6 @@ CUSTOM_APPS = (
'tastypie',
'pokemon',
'pokemon_v2',
'hits',
'alerts',
)
INSTALLED_APPS = (
@ -131,7 +129,6 @@ INSTALLED_APPS = (
'django.contrib.humanize',
'corsheaders',
'rest_framework',
'markdown_deux',
'cachalot'
) + CUSTOM_APPS