How to add css class and attribute to username,password

2021-02-07 Thread Tal Bar-Or
Hello , I writing project which the user login with my own customized HTML page (boosstrap) i can manually add the form.username and form.password , but seems they don't get the attribute from my forms.py , dode is added below , please advise Thanks urls.py from django.urls import path f

how to store count value in python(django)?

2021-02-07 Thread Shailesh Yadav
Hi Everyone, Can you please look into below Stackoverflow question and let me know how I can define count list in *DB *and use it in view and reset it based on some time duration. Now I have defined it globally and it is working fine but the problem is when else block is executing it is not s