An E-Commerce site for a medium size business, built using Python/Django, Bootstrap and React. still under development customers to shop for textile materials as guest or as registered users.
- checkout form
- cart section
- user authentication
- async task spooling
- textile categories
- shop as a guest without registration
- Django
- jQuery and Ajax
- Bootstrap
- Allauth
- clone the project
- create and start a virvual env
- Install project dependencies
pip install -r requirements.txt - you might as well setup your secret key, here we use windows env
- create your database and add to settings.py
run 'python manage.py migrate' - create admin account
run 'python manage.py makemigrationsrun 'python manage.py migrate' - to start dev server
run 'python manage.py runserver'
- weezyprint
- pytz
- crispyform
- django-allauth
- braintree
- celery
fork the project and follow the setup process

