Skip to content

adityaShar24/Django-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo-Application 📝

Welcome to Todo-Application, a robust Django project designed for efficient task management.

Features 🚀

  • Task Operations: Seamlessly manage tasks through intuitive creation, updating, and deletion functionalities.

  • Authentication and Authorization: Ensure task security with Django's powerful authentication and authorization system. Users can exclusively administer their tasks upon proper authorization.

Getting Started 🛠️

  1. Clone the Repository:
    git clone https://github.com/adityaShar24/Django-todo.git
    
  2. Change the Directory
     cd Todo-Application
    
  3. Install Dependencies:
    pip install -r requirements.txt
    
    
  4. Apply Migrations:
    python manage.py migrate
    
    
  5. Create Superuser:
    python manage.py createsuperuser    
    
  6. Run Development Server:
    python manage.py runserver    
    

Usage 📌

Contributing 🤝

Feel free to contribute to enhance the functionality of Todo-Application. Follow the contribution guidelines for more details.

License 📄

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments 🙏

Special thanks to the Django community and contributors for making this project possible.

Happy task managing! 😊

Releases

No releases published

Packages

No packages published