mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
Merge pull request #21 from Opalo/master
Updated settings.py to support xml and json response formats.
This commit is contained in:
commit
36ded07c24
1 changed files with 1 additions and 1 deletions
|
@ -124,4 +124,4 @@ INSTALLED_APPS = (
|
||||||
|
|
||||||
API_LIMIT_PER_PAGE = 1
|
API_LIMIT_PER_PAGE = 1
|
||||||
|
|
||||||
TASTYPIE_DEFAULT_FORMATS = ['json']
|
TASTYPIE_DEFAULT_FORMATS = ['json', 'xml']
|
||||||
|
|
Loading…
Reference in a new issue