1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/www/py-django-tastypie/pkg-descr
Frederic Culot a20afc895e - Update to 0.9.13
- Fix WWW link in pkg-descr

PR:		ports/177122
Submitted by:	William Grzybowski <william88@gmail.com> (maintainer)
2013-03-20 13:16:35 +00:00

17 lines
693 B
Plaintext

Creating delicious APIs for Django apps since 2010.
Here are some common reasons for tastypie:
* You need an API that is RESTful and uses HTTP well.
* You want to support deep relations.
* You DON'T want to have to write your own serializer to make the output
right.
* You want an API framework that has little magic, very flexible and maps
well to the problem domain.
* You want/need XML serialization that is treated equally to JSON (and
YAML is there too).
* You want to support my perceived NIH syndrome, which is less about
NIH and more about trying to help out friends/coworkers.
WWW: http://github.com/toastdriven/django-tastypie/