Storefront Data Model using Django ORM

  • 22 Sep, 2022
  • read

In this project, I create a data model for a storefront application.

Building this project I learned:

  • Creating and understanding Django projects
  • Building reusable Django apps
  • Building a data model for an e-commerce application
  • Implementing generic relationships using Content Types Framework
  • Setting up and using MySQL in Django projects
  • Creating and updating database tables using Django migrations
  • Populating database dummy data
  • Querying and manipulating data using Django ORM
  • Managing application data using Django admin
  • Django best practices

Link to my project:

https://github.com/spirosch/storefront-using-Django-ORM