changed pokemon_v1 to pokemon backwards compat

This commit is contained in:
phalt 2014-12-15 10:01:53 +00:00
parent 42d70ce599
commit 8a880fe60d
26 changed files with 1 additions and 1 deletions

View file

@ -108,7 +108,7 @@ SECRET_KEY = os.environ.get(
CUSTOM_APPS = (
'tastypie',
'pokemon_v1',
'pokemon',
'hits',
)
INSTALLED_APPS = (