Skip to content

ashishmeshram844/Task-Management-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Task-Management-Project


  • this application is build for adding your daily task management and tracking your task as per your updations
  • This is single User based application no login required only single use purpose
  • In this Project user can add his task
  • user can upate his task as per his convenience whether completed,pending,progress or Bucket
  • user can add description of task can add files and codes also
  • users all history related to this task is stored and showed to user

Steps to project installtion

  1. install git on your system
  2. git clone https://github.com/ashishmeshram844/Task-Management-Project.git
  3. create environment for project
  4. pip install -r requirements.txt (This install all required dependencies in your environment)
  5. goto root directory of project where manage.py file is present
  6. python3 manage.py makemigrations
  7. python3 manage.py migrate
  8. python3 manage.py createsuperuser (set admin username and password)
  9. python3 manage.py runserver
  10. Your Project run successfully on localserver
  11. open brouser and run url 127.0.0.1:800/ashish/myadmin/admin
  12. Login with user admin username password which you created above
  13. goto MAINAPP Tab and then goto Statuses
  14. add Pending,Progress,Completed,Bucket and Not Mine Task in statuses

Project ScreenShots :

Screenshot from 2022-11-16 17-17-22

Screenshot from 2022-11-16 17-17-44

Screenshot from 2022-11-16 17-18-06

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published