Skip to content

preetmodh/Task-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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