Home
Softono
i

imanaspaul

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
1

Software by imanaspaul

Django-eCommerce-tutorial-manascode
Open Source

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 ```

Web Development E-commerce Platforms
204 Github Stars