https://github.com/adilmohak/django-ecommerce
ecommerce website using django web framework
https://github.com/adilmohak/django-ecommerce
bootstrap4 crispy-forms django django-ecommerce ecommerce ecommerce-website python python-ecommerce
Last synced: 2 months ago
JSON representation
ecommerce website using django web framework
- Host: GitHub
- URL: https://github.com/adilmohak/django-ecommerce
- Owner: adilmohak
- Created: 2022-03-10T22:12:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T07:58:03.000Z (over 2 years ago)
- Last Synced: 2025-03-18T09:51:37.926Z (2 months ago)
- Topics: bootstrap4, crispy-forms, django, django-ecommerce, ecommerce, ecommerce-website, python, python-ecommerce
- Language: CSS
- Homepage:
- Size: 4.74 MB
- Stars: 8
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ecommerce website using Django web framework
# Installation
`git clone https://github.com/adilmohak/django-ecommerce.git`
`pip install -r requirements.txt`
`python manage.py makemigrations`
`python manage.py migrate`
`python manage.py runserver`
Visit http://127.0.0.1:8000/
## Useful? Give it a star ✨✨🤩
# Happy coding :)