ecommerce-django

It was made by a smiple django, and I made an API for it so it can be used for React or Angular or any other front-end projects.

I used jazzmin for admin site you can remove it if you want by simple remove it from installed apps, I used DRF for the api and I allowd import export in the admin site.

Enjoy


requirements

pip install  django-import-export
pip install  djangorestframework
pip install  djangorestframework-xml
pip install  django-cors-headers
pip install  django-jazzmin

or just download the requirements.txt and type

pip install -r requirements.txt

Capture_4 Capture_5 Capture_6 Capture_7 Capture_8