A Django Online Library Management Project
I started learningđź“–Django few months back, and this is a practice project from MDN Web Docs that touches the aspects of Django relatively broadly. This project is about an effort to take a small library online, hence the name locallibrary. Designing the LocalLibrary Models Before we jump in and start coding the models, it’s worth taking a few minutes to think about what data we need to store and the relationships between the different objects. We know that we need […]
Read more