saarangbond / Django-ToDo-App

A todo app with user authentication. Uses html with bootstrap as the front end and python with django as the backend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django-ToDo-App

A todo app with user authentication. This app uses html with bootstrap as the front end and python with django as the backend.


This todo app utilizes the inbuilt django user functionality to perform user authentication. The django html templates paired with bootstrap provide clean, simple html pages with lots of functionality. Users can create their own personal todos visible only when they specifically are signed in.


To Run

Download the code, get into the mysite root directory, and run python manage.py runserver. You MUST have python 3 with django.

About

A todo app with user authentication. Uses html with bootstrap as the front end and python with django as the backend.


Languages

Language:Python 67.8%Language:HTML 32.2%