- Clone This Project
git clone https://github.com/MdNazmul9/django-ecommerce.git - Go to Project Directory
cd django-ecommerce - Create a Virtual Environment
virtualenv env - Activate Virtual Environment
source env/bin/activate - Install Requirements Package
pip install -r requirements.txt - Migrate Database
python manage.py migrate - Create Super User
python manage.py createsuperuser - Finally Run The Project
python manage.py runserver
mn-48/django-ecommerce
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|