]> git.0d.be Git - django-panik-newsletter.git/commit
move the registration to mailman in a management command
authorFrédéric Péters <fpeters@0d.be>
Wed, 30 Oct 2013 14:35:31 +0000 (15:35 +0100)
committerFrédéric Péters <fpeters@0d.be>
Wed, 30 Oct 2013 14:35:31 +0000 (15:35 +0100)
commit44e717f3afc20dd8d2256ea9404cea5f2f59dda3
tree281614c736c759bd833004fa99435412551a7b59
parent8318db23563db66b6e6ce6f5c1a9bfdb6e2b6bfa
move the registration to mailman in a management command
newsletter/management/__init__.py [new file with mode: 0644]
newsletter/management/commands/__init__.py [new file with mode: 0644]
newsletter/management/commands/update_newsletter_subscribers.py [new file with mode: 0644]
newsletter/views.py