mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 03:13:06 +00:00
changed pokemon_v1 to pokemon backwards compat
This commit is contained in:
parent
42d70ce599
commit
8a880fe60d
26 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ SECRET_KEY = os.environ.get(
|
|||
|
||||
CUSTOM_APPS = (
|
||||
'tastypie',
|
||||
'pokemon_v1',
|
||||
'pokemon',
|
||||
'hits',
|
||||
)
|
||||
INSTALLED_APPS = (
|
||||
|
|
Loading…
Reference in a new issue