mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
added setup.py and added some requirments
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user