added setup.py and added some requirments

This commit is contained in:
2015-07-24 14:49:24 +01:00
parent 5a9a464cf1
commit cb20821e23
5 changed files with 28 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ from django import forms
from captcha.fields import ReCaptchaField
from comic.models import Setting
class LoginForm(forms.Form):
username = forms.CharField(max_length=50,