| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A highly polished, modern web dashboard built with Django and Bootstrap 5. This repository serves as a practical blueprint for mastering Django Object-Relational Mapping (ORM) operations and features an automated database populator tool using the Faker library.
Inside views.py, this project demonstrates various ways to query database records dynamically using Django's powerful ORM layer:
No need to enter records manually via the Django Admin panel. The built-in automation script bypasses the standard server and speaks directly with the Django ORM to generate massive mock datasets safely using get_or_create.
In Terminal
python populate.py
Enter number of Prisoner : 50 50 Record inserted successfully!
| Back | FazBrowse Home | New Git URL |