* added a mailmanclient shell to use as a `manage.py` command (`python manage.py mmclient`)
* added pre_save callback to create new mailman users when new Users are created in Django (draft)
1 parent 078f5e2 commit ecf302bbb7eaa31055f0206287d0e0997a6a39be
@Florian Fuchs Florian Fuchs authored on 30 Sep 2012
Showing 5 changed files
View
src/postorius/doc/news.rst
View
src/postorius/management/__init__.py 0 → 100644
View
src/postorius/management/commands/__init__.py 0 → 100644
View
src/postorius/management/commands/mmclient.py 0 → 100644
View
src/postorius/models.py