Skip to content

riteshgajera/todo-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo Web App

How to create your own Todo web application using Python's web Framework (Django3) + HTML5 + CSS3 + Relational Database

You can start your day with planned tasks. It allows setting an important task while creating. This simple web application allows you to create, update, complete, and close your tasks.

Stack

  • Django3
  • HTML5, CSS3
  • Database (SQLite3)

How to install dependencies

$ pip install -r requirements.txt

Deployment

It is possible to deploy to local or to your own server.

Run Application

$ python manage.py migrate
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver

Releases

No releases published

Packages

No packages published