loisaidasam / loudmouth

Django app for helping to figure out who makes the most unwanted noise on your mailing lists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loudmouth Django App
 - for figuring out who the real loudmouths and whiners are!

Quickstart:

1. Use virtualenv and do this: pip install -r requirements.txt
2. cd loudmouth
3. cp localsettings.py.template localsettings.py
4. python manage.py syncdb


External resources/references:

- django-registration
	https://bitbucket.org/ubernostrum/django-registration/src/tip/docs/

- registration_templates:
	http://devdoodles.wordpress.com/2009/02/16/user-authentication-with-django-registration/
	https://bitbucket.org/devdoodles/registration_templates

- Django registration without username:
	http://djangosnippets.org/snippets/686/

About

Django app for helping to figure out who makes the most unwanted noise on your mailing lists


Languages

Language:Python 56.5%Language:JavaScript 42.9%Language:Shell 0.6%