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:
Edit Course Form:
Commands to run the program:
git clone https://github.com/JassonCu/CRUD-SQLite3-Django.git
pip install -r requirements.txt
python manage.py runserver