1 min read

Fun Project #5: Simple Django Ecommerce Admin

Fun Project #5: Simple Django Ecommerce Admin

This is a super simple back-office, web-based administrative interface built using Django's built-in admin functionality.

My goal for this is to make it a straightforward starting point for anyone who wants to quickly get up to speed with a simple customer, order, and product management system.

I already set up the basic models. You are welcome to customize (add/subtract) it to meet your needs 😍

Demo video: https://clipchamp.com/watch/IchAgAC2wA6

GitHub - ekowamoonu/django_storefront: A web-based administrative interface for a simple ecommerce concept built using Django’s built-in admin functionality
A web-based administrative interface for a simple ecommerce concept built using Django's built-in admin functionality - GitHub - ekowamoonu/django_storefront: A web-based administrative interfa…