Django-eCommerce-tutorial-manascode
Django eCommerce tutorial for beginners
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- FUNDING.yml
- settings.json
- serializers.py
- views.py
- 0001_initial.py
- 0002_order_paymentid.py
- 0003_order_orderid.py
- 0004_cart_purchased.py
- __init__.py
- home.html
- cart_tag.py
- __init__.py
- admin.py
- apps.py
- models.py
- tests.py
- views.py
- 0001_initial.py
- 0002_auto_20191008_1830.py
- __init__.py
- charge.html
- index.html
- order.html
- payment.html
- __init__.py
- admin.py
- apps.py
- models.py
- tests.py
- urls.py
- views.py
- __init__.py
- settings.py
- urls.py
- wsgi.py
- 398548.jpg
- bed.jpeg
- pexels-photo-1161745.jpeg
- pexels-photo-1374910.jpeg
- pexels-photo-2254123.jpeg
- serializers.py
- views.py
- 0001_initial.py
- __init__.py
- main.css
- base.html
- home.html
- nav.html
- navbar.html
- product_detail.html
- __init__.py
- admin.py
- apps.py
- filters.py
- models.py
- tests.py
- urls.py
- views.py
- manage.py
- .gitignore
- CODE_OF_CONDUCT.md
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/imanaspaul/Django-eCommerce-tutorial-manascode
Downloads the entire project code from GitHub to your computer.
cd Django-eCommerce-tutorial-manascode
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
