In this tutorial, you are going to learn how to create a dashboard for Oscar’s e-commerce framework. This tutorial starts where the first part ended.

Creating a Django-Oscar dashboard app to manage boutiques

Let’s create a new app called dashboard inside the boutique app directory:

mkdir boutique/dashboard

Then initialize a new Django app using the following command:

python manage.py startapp dashboard boutique/dashboard

#django #web-development #django-oscar #ecommerce-web-development

Creating an Oscar App with Dashboard (Part 2)
1.65 GEEK