diff options
author | Ben Woods <woodsb02@FreeBSD.org> | 2019-12-24 08:03:19 +0000 |
---|---|---|
committer | Ben Woods <woodsb02@FreeBSD.org> | 2019-12-24 08:03:19 +0000 |
commit | 321a6d5e7a2a2b4235406d7ea4caa43eacd8b36f (patch) | |
tree | e50203f921b4419a0b919ae5334bc183658eb2e4 /www/Makefile | |
parent | 94944299ece7b132b629a9a03c93c89ad05bf6ef (diff) | |
download | ports-321a6d5e7a2a2b4235406d7ea4caa43eacd8b36f.tar.gz ports-321a6d5e7a2a2b4235406d7ea4caa43eacd8b36f.zip |
Add new port www/py-flask-mongoengine
Flask extension that provides integration with MongoEngine. It handles
connection management for your app. You can also use WTForms as model forms
for your models.
WWW: https://github.com/mongoengine/flask-mongoengine
PR: 242785
Submitted by: Goran Mekić <meka@tilda.center>
Notes
Notes:
svn path=/head/; revision=520785
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 2cf8cea16f4a..e39a4399df25 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1636,6 +1636,7 @@ SUBDIR += py-flask-marshmallow SUBDIR += py-flask-migrate SUBDIR += py-flask-moment + SUBDIR += py-flask-mongoengine SUBDIR += py-flask-oauthlib SUBDIR += py-flask-peewee SUBDIR += py-flask-principal |