Hang out on IRC and ask questions on #mailman or join the mailing list mailman-developers@python.org
7. python manage.py runserver (you may need to load data in your local machine using kittystore to get it running)
python manage.py test hyperkitty
All test modules reside in the hyperkitty/hyperkitty/tests directory and this is where you should put your own tests, too. To make the django test runner find your tests, make sure to add them to the folder’s __init__.py: