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.
- Host: GitHub
- URL: https://github.com/michaeldehaney94/python-django-todoapp
- Owner: michaeldehaney94
- Created: 2022-05-20T20:59:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-26T18:34:42.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T15:51:21.552Z (4 months ago)
- Topics: bootstrap, django, html5, python, sqlite3
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'