Djangazon is Bangazon's e-commerce website powered by Python and Django.
Install pip
Install Python 3.6
Install Django:
pip install django
Install Pillos:
pip install Pillow
git clone https://github.com/solanum-tuberosums/djangazon.git
cd djangazon
Create and Seed the Database:
python manage.py builddb
Host a Server:
python manage.py runserver
Then, open your favorite internet browser and go to your Local Host - port: 8000
In order to use all of the Bangazon website's features, users must create an account by clicking the "Register" button in the top left corner of the splash page.
- Add Products to Sell
- Add and Delete Multiple Payment Types
- Add Products to or delete products from a Shopping Cart
- Browse All Products
- Browse All Product Categories
- Browse 20 Most Recently Added Products
- Browse Products by Category
- Logout
- Sign Up
- Browse All Products
- Browse All Product Categories
- Browse Products by Category
- Browse 20 Most Recently Added Products
- Fork it!
- Create your feature branch:
git checkout -b <new-feature-branch-name-here>
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin <new-feature-branch-name-here-too>
- Submit a pull request!
Project Managers:
Contributors:
MIT © Potatoes