All Projects → justdjango → Django Ecommerce

justdjango / Django Ecommerce

Licence: gpl-3.0
An e-commerce website built with Django

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Django Ecommerce

Django Oscar Paypal
PayPal integration for django-oscar. Can be used without Oscar too.
Stars: ✭ 112 (-86.99%)
Mutual labels:  ecommerce, django
Ecommerce
We're going to take you step-by-step to build a modern, fully open-source, eCommerce web application using Python, Django, Bootstrap, Javascript, and more.
Stars: ✭ 980 (+13.82%)
Mutual labels:  ecommerce, django
Django Oscar
Domain-driven e-commerce for Django
Stars: ✭ 5,152 (+498.37%)
Mutual labels:  ecommerce, django
Grocerystore With Server
Grocery Store with server integration
Stars: ✭ 51 (-94.08%)
Mutual labels:  ecommerce, django
Shuup
E-Commerce Platform
Stars: ✭ 1,790 (+107.9%)
Mutual labels:  ecommerce, django
Saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 14,720 (+1609.64%)
Mutual labels:  ecommerce, django
Django Lfs
An online-shop based on Django
Stars: ✭ 536 (-37.75%)
Mutual labels:  ecommerce, django
Swell Js
JS library for building storefronts and checkouts with Swell ecommerce.
Stars: ✭ 24 (-97.21%)
Mutual labels:  ecommerce
Stcokvisualization
基于Django框架的Tushare股票数据可视化平台
Stars: ✭ 26 (-96.98%)
Mutual labels:  django
Solidus related products
🍴 Related products extension for Solidus
Stars: ✭ 23 (-97.33%)
Mutual labels:  ecommerce
Django Compression Middleware
Django middleware to compress responses using several algorithms.
Stars: ✭ 23 (-97.33%)
Mutual labels:  django
Django Rest Booking Api
A Restful api which allows you to book sports events or update existing odds.
Stars: ✭ 24 (-97.21%)
Mutual labels:  django
Project Dashboard With Django
Agile Project Management dashboard with Django REST and Vue.js
Stars: ✭ 25 (-97.1%)
Mutual labels:  django
Django Email Confirm La
Django email confirmation for any model and any field
Stars: ✭ 23 (-97.33%)
Mutual labels:  django
Thecsebot
Bot user for the slack team of IIT Roorkee, CSE students batch of 2016-20
Stars: ✭ 9 (-98.95%)
Mutual labels:  django
Django Bookworm
A fun project to store my learning from each book that I read.
Stars: ✭ 23 (-97.33%)
Mutual labels:  django
Texcavator
Text mining on the Royal Library newspaper corpus
Stars: ✭ 9 (-98.95%)
Mutual labels:  django
Heroku Buildpack Python
The official Heroku buildpack for Python apps.
Stars: ✭ 849 (-1.39%)
Mutual labels:  django
React Webpack Django
De-coupled ReactJS client for greater flexibility and less black-box Django magic
Stars: ✭ 24 (-97.21%)
Mutual labels:  django
Django apistar
Django App to integrate API Star's routes and views into Django's ecossystem.
Stars: ✭ 25 (-97.1%)
Mutual labels:  django

JustDjango

The Definitive Django Learning Platform.

*** Deprecation warning ***

This project was created almost two years ago. Since then, there is a newer version of the project which you can find here


Django E-commerce

This is a very simple e-commerce website built with Django.

Quick demo

alt text


Project Summary

The website displays products. Users can add and remove products to/from their cart while also specifying the quantity of each item. They can then enter their address and choose Stripe to handle the payment processing.

alt text


Running this project

To get this project up and running you should start by having Python installed on your computer. It's advised you create a virtual environment to store your projects dependencies separately. You can install virtualenv with

pip install virtualenv

Clone or download this repository and open it in your editor of choice. In a terminal (mac/linux) or windows terminal, run the following command in the base directory of this project

virtualenv env

That will create a new folder env in your project directory. Next activate it with this command on mac/linux:

source env/bin/active

Then install the project dependencies with

pip install -r requirements.txt

Now you can run the project with this command

python manage.py runserver

Note if you want payments to work you will need to enter your own Stripe API keys into the .env file in the settings files.


Follow the tutorial

This project is part of a series on YouTube that teaches how to build an e-commerce website with Django.


Support

If you'd like to support this project and all the other open source work on this organization, you can use the following options

Option 1: GitHub Sponsors

Sponsor through GitHub Sponsors. On GitHub, this repository shows a button where you can Sponsor the contributors.

Option 2: JustDjango

If you're learning Django and want to take your next step to become a professional Django developer, consider signing up on JustDjango.


Other places you can find us:

YouTube Twitter

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].