Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 666 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 666 Bytes

CRUD-SQLite3-Django

Complete CRUD with Python, Django and a SQLite3 database, using the MTV architecture pattern (Model - Template - View), the Django ORM, the CSS Bootstrap framework and event handling with JavaScript.

Screenshots:

Captura

Edit Course Form:

EditForm

Commands to run the program:

git clone https://github.com/JassonCu/CRUD-SQLite3-Django.git
pip install -r requirements.txt
python manage.py runserver