Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 868 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 868 Bytes

TASK-MANAGER

A web based application created using django where user can create account and login to create their own Task lists.
To visit website Click Here

Requirements:

  • Python Installed
  • Install all packages from requirements.txt.

Process:

  1. Clone this project on your local system
  2. Open terminal
  3. Go to the todolist directory
  4. Now in terminal type:
    • python manage.py makemigrations
    • python manage.py migrate
    • python manage.py runserver

The django development server will start copy the link in the chrome and it's done

Technologies Used:

  • Python3
  • html
  • css
  • javascript
  • django framework
    • django models
    • django auth models
    • django user models
    • django contib models
    • django-online-users
    • django urls
    • django templates
    • django sqlite3