V-FOR-VEND3TTA / return-and-exchange-system

A return and exchange system to streamline the return and exchange process for ecommerce businesses, providing a seamless experience for customers and reducing operational headaches for the business using Django, Bootstrap
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Setting Up the Project #4

Closed V-FOR-VEND3TTA closed 4 months ago

V-FOR-VEND3TTA commented 4 months ago

First, create a new Django project and app.

django-admin startproject ecommerce_project
cd ecommerce_project
python manage.py startapp returns_exchanges
V-FOR-VEND3TTA commented 4 months ago

Successfully set up the project with the above commands.