freebsd-ports/www/py-django-tastypie/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

14 lines
636 B
Text

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.