https://github.com/youngermaster/django-ecommerce
https://github.com/youngermaster/django-ecommerce
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/youngermaster/django-ecommerce
- Owner: Youngermaster
- Created: 2020-08-23T11:40:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T01:07:51.000Z (almost 6 years ago)
- Last Synced: 2025-10-30T19:10:40.161Z (9 months ago)
- Language: Python
- Size: 992 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Django Ecommerce Template
The aim of this project is to learn the basics and intermediate concepts of Django
## How to execute it?
Open a terminal on the folder project and follow this steps.
- Windows:
```
cd ecomerce/
python manage.py migrate
python manage.py runserver
```
- Linux:
```
cd ecomerce/
python3 manage.py migrate
python3 manage.py runserver
```
## Some captures
Index

Shopping cart

Checkout

### Mobile version



