Help Needed: Building a Django Task Management App with Google Login for My Assignment
Sameer Khan
Posted on November 20, 2024
Hi Dev Community! 👋
I’m working on an assignment to build a simple task management web app using Django, and I’m hoping someone here might be able to guide me or collaborate to make this happen. Here's what I need to achieve:
Objective:
Create a web app where users can:
Log in with Google (Google OAuth).
Manage personal tasks (CRUD functionality).
Requirements:
Google Authentication:
Implement Google login for user authentication.
Task Management:
Users should be able to create, view, edit, and delete tasks.
Each task should include a title and a description.
Admin Panel:
Allow admins to manage Google OAuth keys.
Enable admins to invite new users by sending an email with a registration link.
GitHub Repository:
The project needs to be well-organized and submitted in a GitHub repository.
Timeline:
I need to complete this within 5 days, so any help would be greatly appreciated.
What I Need:
Suggestions for implementing Google OAuth in Django.
Guidance or sample code for setting up task management functionality.
Advice on creating an admin panel for the described features.
I’m eager to learn, so even if you can only point me toward resources or share part of the code, that would be super helpful!
Thank you in advance, and I’m happy to collaborate or share updates if anyone is interested.
Posted on November 20, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
November 29, 2024