Home
Softono
Django-eCommerce-tutorial-manascode

Django-eCommerce-tutorial-manascode

Open source Python
204
Stars
55
Forks
0
Issues
12
Watchers
1 year
Last Commit

About Django-eCommerce-tutorial-manascode

# 🛍️ Django e-сommerce tutorial manascode Django e-commerce tutorial for beginners. [Follow the tutorials to learn more.](https://manascode.com) ## 🏗 Get started 1. Clone the repository: ```bash git clone https://github.com/imanaspaul/Django-eCommerce-tutorial-manascode.git ``` 2. Create virtual enviroment: ```bash virtualenv env source env/bin/activate # for Linux .\env_name\Scripts\activate # for Windows ``` 3. Install all the dependencies: ```bash pip install -r requirements.txt ``` 4. Change directory to `ecommerce`: ```bash cd ecommerce ``` 5. Run migrations: ```bash py manage.py migrate ``` 6. Run the server: ```bash py manage.py runserver ```

Platforms

Web Self-hosted

Languages

Python

Links

🛍️ Django e-сommerce tutorial manascode

Django e-commerce tutorial for beginners.

Follow the tutorials to learn more.

🏗 Get started

  1. Clone the repository:
git clone https://github.com/imanaspaul/Django-eCommerce-tutorial-manascode.git
  1. Create virtual enviroment:
virtualenv env
source env/bin/activate # for Linux
.\env_name\Scripts\activate # for Windows
  1. Install all the dependencies:
pip install -r requirements.txt
  1. Change directory to ecommerce:
cd ecommerce
  1. Run migrations:
py manage.py migrate
  1. Run the server:
py manage.py runserver