Re: [PATCH 2/2] gnu: add python-django-simple-math-captcha

2016-09-12 Thread Ludovic Courtès
Hartmut Goebel skribis: > * gnu/packages/django.scm: (python-django-simple-math-captcha, > python2-django-simple-math-captcha) New variables. Pushed with cosmetic changes as b53fc2940fefc3829695f239f731ee6f03e538a2. Thanks! Ludo’.

[PATCH 2/2] gnu: add python-django-simple-math-captcha

2016-08-22 Thread Hartmut Goebel
* gnu/packages/django.scm: (python-django-simple-math-captcha, python2-django-simple-math-captcha) New variables. --- gnu/packages/django.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index ec3f25f..7e910da

[PATCH 2/2] gnu: add python-django-simple-math-captcha

2016-04-12 Thread Hartmut Goebel
* gnu/packages/django.scm: (python-django-simple-math-captcha) New function. --- gnu/packages/django.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index c22830e..12e2bb1 100644 --- a/gnu/packages/django.scm +++