An open API service indexing awesome lists of open source software.

https://github.com/michaeldehaney94/python-django-todoapp

Django todo list app that perform create, read, update and delete operations.
https://github.com/michaeldehaney94/python-django-todoapp

bootstrap django html5 python sqlite3

Last synced: about 2 months ago
JSON representation

Django todo list app that perform create, read, update and delete operations.

Awesome Lists containing this project

README

        

To run app server, 'python manage.py runserver'
To create migration for database model, 'python manage.py makemigrations'
To migrate models to create database, 'python manage.py migrate'