mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 03:13:06 +00:00
Update settings.py
Added 'xml' to 'TASTYPIE_DEFAULT_FORMATS' as in http://django-tastypie.readthedocs.org/en/latest/settings.html
This commit is contained in:
parent
42d70ce599
commit
d52c10875e
1 changed files with 1 additions and 1 deletions
|
@ -124,4 +124,4 @@ INSTALLED_APPS = (
|
|||
|
||||
API_LIMIT_PER_PAGE = 1
|
||||
|
||||
TASTYPIE_DEFAULT_FORMATS = ['json']
|
||||
TASTYPIE_DEFAULT_FORMATS = ['json', 'xml']
|
||||
|
|
Loading…
Reference in a new issue