changed all settings and login forms to use the django forms model.

added support for recaptcha via django-recaptcha
This commit is contained in:
2015-06-26 15:46:49 +01:00
parent 80a8a74fde
commit fc1121b194
8 changed files with 168 additions and 31 deletions

View File

@@ -8,6 +8,7 @@ This is for if you have a collection of comics on a media server and want to rea
- [python 2.7](https://www.python.org/)
- [rarfile python library by Marko Kreen](https://github.com/markokr/rarfile) (included)
- [Unrar by winrar](http://rarlabs.com)
- [django-recaptcha bt praekelt](https://github.com/praekelt/django-recaptcha)
# Installation
Pull from git and use like any django project.