Commits on Source (325)
Showing
- .gitignore 292 additions, 7 deletions.gitignore
- CHANGELOG.md 97 additions, 0 deletionsCHANGELOG.md
- LICENSE 21 additions, 0 deletionsLICENSE
- Makefile 63 additions, 0 deletionsMakefile
- README.md 128 additions, 6 deletionsREADME.md
- accounts/__init__.py 0 additions, 0 deletionsaccounts/__init__.py
- accounts/admin.py 23 additions, 0 deletionsaccounts/admin.py
- accounts/apps.py 6 additions, 0 deletionsaccounts/apps.py
- accounts/forms.py 124 additions, 0 deletionsaccounts/forms.py
- accounts/migrations/0001_initial.py 37 additions, 0 deletionsaccounts/migrations/0001_initial.py
- accounts/migrations/__init__.py 0 additions, 0 deletionsaccounts/migrations/__init__.py
- accounts/models.py 49 additions, 0 deletionsaccounts/models.py
- accounts/templates/create_account.html 15 additions, 0 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 48 additions, 0 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
CHANGELOG.md
0 → 100644
LICENSE
0 → 100644
Makefile
0 → 100644
accounts/__init__.py
0 → 100644
accounts/admin.py
0 → 100644
accounts/apps.py
0 → 100644
accounts/forms.py
0 → 100644
accounts/migrations/0001_initial.py
0 → 100644
accounts/migrations/__init__.py
0 → 100644
accounts/models.py
0 → 100644
accounts/templates/create_account.html
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/login.html
0 → 100644
accounts/templates/password_reset.html
0 → 100644