Search posts, tags, users, and pages
Mayank Aggarwal
Getting into Tech world!
In this tutorial, we will walk through the process of creating a feature-rich ToDo (Task Management) application using Django for the backend and HTML, CSS, and JavaScript for the front end. This app will include user authentication, allowing users t...
kathan sheth
web developer
I am an having an error in from .forms import TaskForm. what exactly am I missing here....
Aditi Tiwari
passionate to future
login_required is not working please help me with it.
I guess you may not have imported decorators library. Import it and even if it does not work you can use the is_authenticated function which Django authentication provides. Use:- if user.is_authenticated==True:
Kavya
Nice Article ๐ Can you help me in projects as mentor ?
Thanks !! You can DM me on LinkedIn.
Preeet
Thank you for helping me making my first ever project.
kathan sheth
web developer
I am an having an error in from .forms import TaskForm. what exactly am I missing here....