diff options
author | Tom Judge <tj@FreeBSD.org> | 2016-04-01 03:31:43 +0000 |
---|---|---|
committer | Tom Judge <tj@FreeBSD.org> | 2016-04-01 03:31:43 +0000 |
commit | 514d265f6669392ab07db76131844693b591e8c5 (patch) | |
tree | f5519beedb871ab9f608f0164fcac4278af4e75d /www/Makefile | |
parent | 47497c19f8717019d2c6776bcac463765e5e1ee1 (diff) | |
download | ports-514d265f6669392ab07db76131844693b591e8c5.tar.gz ports-514d265f6669392ab07db76131844693b591e8c5.zip |
New port www/py-django-configurations 1.0
django-configurations eases Django project configuration by relying on the
composability of Python classes. It extends the notion of Django's module based
settings loading with well established object oriented programming patterns.
WWW: https://github.com/jazzband/django-configurations
Notes
Notes:
svn path=/head/; revision=412312
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 609fead1db6a..8426b92d7f2f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1531,6 +1531,7 @@ SUBDIR += py-django-caching-app-plugins SUBDIR += py-django-classy-tags SUBDIR += py-django-cms + SUBDIR += py-django-configurations SUBDIR += py-django-contact-form SUBDIR += py-django-contrib-comments SUBDIR += py-django-countries |