This web application is the source code for the Bangazon e-commerce web site. It is powered by Python and Django.
We are The Illegal Llamas, and we are in the middle of production for a storefront for Bangazon, Llc.
Bangazon is a e-commerce marketplace for users to buy and sell their own physical products. Everything is user-content driven.
Install pip
Install Python 3.6
Install Django:
pip install django
Install Dependencies:
Install Pillow: pip install pillow
Install Sorl-Thumnail: pip install git+https://github.com/mariocesar/sorl-thumbnail.git#egg=sorl-thumbnail
git clone https://github.com/illegal-llamas/djangazon.git
cd djangazon
Setting up the database:
python migrate_llamas.sh
Run project in browser:
python manage.py runserver
[UNDER CONSTRUCTION]
- Fork it!
- Create your feature branch:
git checkout -b <YourInititals-WhatNewFeatureDoes>
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin <YourInititals-WhatNewFeatureDoes>
- Submit a pull request :D
Small note: If editing the Readme, please conform to the standard-readme specification.
Project Manager:
StoreFront Build Contributors: