hyperrhelen / Todo-Django-App

A to_do application written in python/django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# TODO
--------------
To start server:
  python manage.py runserver

To migrate the database:
  python manage.py migrate

REQS
----
- Python 3.5x
- Django version 1.10

Notes
-------------
- The index of the page is set as todo/
- Registration of a user can be found at todo/register
- Logging in of a user can be found at todo/login

About

A to_do application written in python/django


Languages

Language:Python 72.6%Language:HTML 26.6%Language:CSS 0.8%