/todolist

todo list made using django

Primary LanguagePython

todolist

A simple todolist application made using django.

Run Locally

Clone the project

  $ git clone https://github.com/RohanHarichandan/todolist

Go to the project directory

  $ cd todolist

Start the server

  $ python manage.py runserver

Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C.