Tauseed Zaman

Results 14 comments of Tauseed Zaman

I did not get any errors, make sure you have installed everything as given in the readme file

`class RegistrationForm(forms.Form): username = forms.CharField(max_length=150, widget=forms.TextInput(attrs={"class": "form-control form-control-lg"})) email = forms.EmailField(widget=forms.EmailInput(attrs={"class": "form-control form-control-lg"})) password = forms.CharField(widget=forms.PasswordInput(attrs={"class": "form-control form-control-lg"})) confirm_password = forms.CharField(widget=forms.PasswordInput(attrs={"class": "form-control form-control-lg"})) ` ` def clean_username(self): username = self.cleaned_data['username']...

careful with that > Indeed, it posts all private input to its backend opposed to the original code. To be honest, anyone who is careful enough would download the standalone...

Using the development version should be avoided due to potential instability, compatibility issues, limited documentation and support, and potential security and reliability concerns.

for retesting just re-installed the app guys.. and works fine.. follow the installation instructions provided in readme.md

the issue has been fixed..

i dont see any documentation on how to use this tool

can you guide about this pllz