view .hgignore @ 160:a5547f079190

Fix bug in registration django-registration's RegistrationForm isn't a ModelForm, it's just a Form, so there's no save method. Have to create the account manually.
author dellsystem <ilostwaldo@gmail.com>
date Mon, 15 Oct 2012 02:24:01 -0400
parents c7be7def8b57
children
line wrap: on
line source

syntax: regexp
.*\.pyc
agora.sqlite
agora.conf

.*\.swp$
.*\.swo$
^Honza.*/
fabfile.py
.git
tmp/bundles/*