diff options
author | adam <adam@pkgsrc.org> | 2018-01-11 14:35:39 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-01-11 14:35:39 +0000 |
commit | d7f14dd68efb83bb64395d7be7e9595cf86c62c8 (patch) | |
tree | 8ff95208e4b3f50bb12695772a6c0e1680d189ae /www/Makefile | |
parent | ecd068737260bcd908d9d0557142054af53a3da5 (diff) | |
download | pkgsrc-d7f14dd68efb83bb64395d7be7e9595cf86c62c8.tar.gz |
py-django-celery-beat: added version 1.1.0
This extension enables you to store the periodic task schedule in the database.
The periodic tasks can be managed from the Django Admin interface, where you
can create, edit and delete periodic tasks and how often they should run.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index fbc58a0943e..e31f76b62e3 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1300 2018/01/11 14:07:11 adam Exp $ +# $NetBSD: Makefile,v 1.1301 2018/01/11 14:35:39 adam Exp $ # COMMENT= Packages related to the World Wide Web @@ -605,6 +605,7 @@ SUBDIR+= py-django-admin-rangefilter SUBDIR+= py-django-admin-sortable2 SUBDIR+= py-django-appconf SUBDIR+= py-django-appmedia +SUBDIR+= py-django-celery-beat SUBDIR+= py-django-classy-tags SUBDIR+= py-django-cms SUBDIR+= py-django-cmsplugin_gallery |