drfdemo/ ├── manage.py # Django's command-line utility ├── db.sqlite3 # SQLite database file ├── README.md # This documentation file ├── drfdemo/ # Main project directory │ ├── __init__.py # Makes ...
A simple menu-driven CRUD (Create, Read, Update, Delete) application built using Python and SQLite3. This project demonstrates how to perform basic database operations through a command-line interface ...