diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-03-11 07:00:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-03-11 07:00:09 +0800 |
commit | f2189cff701b9c84d242a42b583c25ceb5b21b22 (patch) | |
tree | e9eadbd62e34fcac385f81228b4573f18d460812 /www/Makefile | |
parent | 3688f642bcfc6b6dd38e534ea5a50f1af8d8ce28 (diff) | |
download | freebsd-ports-gnome-f2189cff701b9c84d242a42b583c25ceb5b21b22.tar.gz freebsd-ports-gnome-f2189cff701b9c84d242a42b583c25ceb5b21b22.tar.zst freebsd-ports-gnome-f2189cff701b9c84d242a42b583c25ceb5b21b22.zip |
Add py-swapper 1.1.0
Swapper is an unofficial API for the undocumented but very powerful Django
feature: swappable models. Swapper facilitates implementing arbitrary swappable
models in your own reusable apps.
WWW: https://pypi.python.org/pypi/swapper
WWW: https://github.com/wq/django-swappable-models
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ddadd3a1800e..27aead2ded06 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1861,6 +1861,7 @@ SUBDIR += py-spyne SUBDIR += py-sseclient SUBDIR += py-surl + SUBDIR += py-swapper SUBDIR += py-textile SUBDIR += py-tmdb3 SUBDIR += py-tornado |