Soumya Nasipuritheneuralnotebook.hashnode.dev路Dec 17, 2024Enhance Your Django App with Python Enum: A Practical GuideIntroduction In the world of web development, Django stands out as a powerful and versatile framework for building robust applications. However, as applications grow in complexity, maintaining clean and efficient code becomes increasingly important. ...41 readsDjango
Olumide Adeolachasfat-django-blog-for-beginners.hashnode.dev路Dec 29, 2023Exploring Django Models and ORM(Object Relational Mapper)Django, the web framework for perfectionists with deadlines, boasts a robust Object-Relational Mapping (ORM) system that simplifies database interactions. In this exploration, we embark on a journey into the heart of Django's data layer鈥擬odels and OR...Django
Musaib Altafmusaaib.hashnode.dev路Dec 28, 2023Generating Schema Visualisations in Django - An Introduction to DjangoVizWe all must have learnt about ERDs (Entity Relationship Diagrams). The developers know the importance of ERDs. They help us visualise the data models and help us understand the relationships between different entities used in our system. They help us...3 likes路180 readsschema visualisation
Elsaeed Ahmedelsaeedahmed.hashnode.dev路Dec 19, 2023Django ORM to SQL QueryIntroduction "Ever wondered how Django, the magic wand of web development, talks to databases behind the scenes? In this article, we're taking a peek under the hood to see how Django's secret language, known as Object-Relational Mapping (ORM), transf...72 readsDjango
Sambhavi Dhanabalanhellosambhavi.com路Nov 9, 2023Simple Django Tip #5In this post, I plan to continue with some more tips to keep in mind while designing Django models. Just in case you are curious what's Part 1, here it is 馃榾 And yes, I'm taking the same hypothetical website that sells and delivers ice cream 馃崷. Belo...30 readsDjango
Sambhavi Dhanabalanhellosambhavi.com路Nov 6, 2023Simple Django Tip #4So far my tips were more about the environment and setting up the stage in the right way. Let's look at a few key points to remember while defining a model in models.py. I plan to write a couple of posts regarding model design, rather than one single...1 like路46 readsDevops
Akash Sentablog.akashsenta.com路Jun 20, 2023Export Django Model Schemas into ExcelHello Devs, I have come across Scanario where I have too many models in my Django project and I have to export model schemas into an Excel file to audit the same.I have found the solution and I wanted to share it here so it can help you as well. To e...116 readsDjango
Clement Nzubechukwudevread.hashnode.dev路May 12, 2023Exploring Django Models: Creating and Managing DataWelcome back to our exciting Django basics series! In the previous posts, we introduced Django and built our first app. Now, we're going to delve into the world of Django models, where we'll learn how to create and manage data in our web applications...38 readsDjango basicsDjango