https://github.com/dimplektech/task-management-application
Python, Django
https://github.com/dimplektech/task-management-application
Last synced: 10 months ago
JSON representation
Python, Django
- Host: GitHub
- URL: https://github.com/dimplektech/task-management-application
- Owner: Dimplektech
- Created: 2024-03-18T10:06:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T08:55:20.000Z (about 2 years ago)
- Last Synced: 2025-07-16T00:49:58.407Z (11 months ago)
- Language: Python
- Homepage:
- Size: 6.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Management Application
Descrition
The Task Management Application is designed to help users manage their tasks efficiently. It allows users to create, update, delete, and view tasks. This application is important for learning fundamental CRUD (Create, Read, Update, Delete) from text file and use text file as database using File IO opertions.
Installation
- requirement.txt
create a virtual environment named .venv based on your current interpreter:
Windows
py -m venv task_venv
.venv\scripts\activate