Skip to content

yami-s/ToDo-List-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo List

Description

ToDo List App with Django

Setup

In a python virtual environment, run:

  • pip install -r requirements.txt
  • python manage.py migrate tasks
  • python manage.py createsuperuser (to create user that you will use to log in)

To Run the App

python manage.py runserver

About

A simple ToDo List App with Django.

Topics

Resources

Stars

Watchers

Forks