mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
fix: Remove unused apps from settings
This commit is contained in:
parent
b436fdbc83
commit
d8483e9a67
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue