]> git.parisson.com Git - diggersdigest.git/commitdiff
add newsletter
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 8 Oct 2015 22:08:59 +0000 (00:08 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 8 Oct 2015 22:08:59 +0000 (00:08 +0200)
app/diggersdigest/settings.py
requirements-dev.txt

index 607e01c8e23d1204a3b83f3eb1fcc4673b0c34c4..f875cf022ad53d9922795735586eae442e337101 100644 (file)
@@ -369,7 +369,7 @@ INSTALLED_APPS = (
     "payments.multipayments",
     'paypal.standard.ipn',
     "records",
-#    "googletools",
+    "newsletter",
 )
 
 # List of processors used by RequestContext to populate the context.
index b33b8861b7e096a870d22c81504c686ba145bd6c..d39e3e0d26c9902a3c816ab29f2c395695704091 100644 (file)
@@ -1,5 +1,5 @@
 
 -e git+https://github.com/Parisson/cartridge-payments.git#egg=cartridge-payments
 -e git+https://github.com/Parisson/django-paypal.git#egg=django-paypal-0.2.5
+-e git+https://github.com/dokterbob/django-newsletter#egg=django-newsletter
 django-countries
-django-google-tools