Commits on Source (269)
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- CHANGELOG.md 97 additions, 0 deletionsCHANGELOG.md
- LICENSE 21 additions, 0 deletionsLICENSE
- Makefile 22 additions, 10 deletionsMakefile
- README.md 105 additions, 12 deletionsREADME.md
- accounts/admin.py 8 additions, 5 deletionsaccounts/admin.py
- accounts/forms.py 113 additions, 122 deletionsaccounts/forms.py
- accounts/migrations/0001_initial.py 37 additions, 0 deletionsaccounts/migrations/0001_initial.py
- accounts/models.py 3 additions, 1 deletionaccounts/models.py
- accounts/templates/create_account.html 5 additions, 4 deletionsaccounts/templates/create_account.html
- accounts/templates/email/activation.html 10 additions, 0 deletionsaccounts/templates/email/activation.html
- accounts/templates/email/change.html 10 additions, 0 deletionsaccounts/templates/email/change.html
- accounts/templates/email/password_reset.html 10 additions, 0 deletionsaccounts/templates/email/password_reset.html
- accounts/templates/email/password_reset.txt 1 addition, 0 deletionsaccounts/templates/email/password_reset.txt
- accounts/templates/login.html 16 additions, 6 deletionsaccounts/templates/login.html
- accounts/templates/password_reset.html 15 additions, 0 deletionsaccounts/templates/password_reset.html
- accounts/templates/password_reset_confirm.html 26 additions, 0 deletionsaccounts/templates/password_reset_confirm.html
- accounts/templates/update.html 27 additions, 0 deletionsaccounts/templates/update.html
- accounts/tokens.py 80 additions, 0 deletionsaccounts/tokens.py
- accounts/urls.py 13 additions, 5 deletionsaccounts/urls.py
CHANGELOG.md
0 → 100644
LICENSE
0 → 100644
accounts/migrations/0001_initial.py
0 → 100644
accounts/templates/email/activation.html
0 → 100644
accounts/templates/email/change.html
0 → 100644
accounts/templates/email/password_reset.html
0 → 100644
accounts/templates/email/password_reset.txt
0 → 100644
accounts/templates/password_reset.html
0 → 100644
accounts/templates/update.html
0 → 100644
accounts/tokens.py
0 → 100644