diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2019-07-09 22:28:24 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2019-07-09 22:28:24 +0000 |
commit | a5d63974f7f8da8f0eeec53c8a19b7ee03e8c37e (patch) | |
tree | 3b7e5b8ac8bb3f899b5b9bfd6dd26cea63d580d9 /www/Makefile | |
parent | 232ff2017bb3c8828149632ac618be77d7a9c655 (diff) | |
download | ports-a5d63974f7f8da8f0eeec53c8a19b7ee03e8c37e.tar.gz ports-a5d63974f7f8da8f0eeec53c8a19b7ee03e8c37e.zip |
New port: www/py-django-bootstrap4
Library with the goal to seamlessly blend Django and Bootstrap 4.
WWW: https://github.com/zostera/django-bootstrap4
* Because the Python related code is based on www/py-django-bootstrap3 it
was repocopied from that port.
PR: 239035
Submitted by: Alexander Sieg <alex@xanderio.de>
Notes
Notes:
svn path=/head/; revision=506322
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 2a9099812c99..81a0eb0dfa62 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1517,6 +1517,7 @@ SUBDIR += py-django-bitfield SUBDIR += py-django-bootstrap-form SUBDIR += py-django-bootstrap3 + SUBDIR += py-django-bootstrap4 SUBDIR += py-django-braces SUBDIR += py-django-bulk-update SUBDIR += py-django-cacheops |