Skip to content

illegal-llamas/djangazon

 
 

Repository files navigation

djangazon

standard-readme compliant

This web application is the source code for the Bangazon e-commerce web site. It is powered by Python and Django.

Table of Contents

About

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.

Prerequisites

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

Installation

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

Usage

[UNDER CONSTRUCTION]

Contribute

  1. Fork it!
  2. Create your feature branch: git checkout -b <YourInititals-WhatNewFeatureDoes>
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin <YourInititals-WhatNewFeatureDoes>
  5. Submit a pull request :D

Small note: If editing the Readme, please conform to the standard-readme specification.

Credits

Project Manager:

StoreFront Build Contributors:

License

MIT © Illegal Llamas

About

Django powered web application for Bangazon site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.6%
  • HTML 26.8%
  • Shell 1.2%
  • CSS 0.4%