diff options
author | rm <rm@FreeBSD.org> | 2012-04-14 02:35:34 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-04-14 02:35:34 +0800 |
commit | 5d57f41faee8bea2fd137f48c0e382381b4332e5 (patch) | |
tree | 2ef9ffb601d4b0590fdcc39fc6d3b4ba61b2c8f1 /www/Makefile | |
parent | d435295dce77bcbebd9d277755c6e161ce885260 (diff) | |
download | freebsd-ports-gnome-5d57f41faee8bea2fd137f48c0e382381b4332e5.tar.gz freebsd-ports-gnome-5d57f41faee8bea2fd137f48c0e382381b4332e5.tar.zst freebsd-ports-gnome-5d57f41faee8bea2fd137f48c0e382381b4332e5.zip |
A helper class for handling configuration defaults of packaged Django apps
gracefully.
WWW: http://django-appconf.readthedocs.org/
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 27b127d40e8c..0ded81ddd2a2 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1438,6 +1438,7 @@ SUBDIR += py-django SUBDIR += py-django-annoying SUBDIR += py-django-app-plugins + SUBDIR += py-django-appconf SUBDIR += py-django-appmedia SUBDIR += py-django-caching-app-plugins SUBDIR += py-django-classy-tags |