{"id":15024398,"url":"https://github.com/justdjango/django-ecommerce","last_synced_at":"2025-05-14T19:08:50.742Z","repository":{"id":38351093,"uuid":"183395917","full_name":"justdjango/django-ecommerce","owner":"justdjango","description":"An e-commerce website built with Django","archived":false,"fork":false,"pushed_at":"2024-08-18T12:37:04.000Z","size":2078,"stargazers_count":2217,"open_issues_count":46,"forks_count":1693,"subscribers_count":105,"default_branch":"master","last_synced_at":"2025-05-14T19:08:47.730Z","etag":null,"topics":["django","ecommerce"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/justdjango.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":"FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["mattfreire"]}},"created_at":"2019-04-25T08:57:25.000Z","updated_at":"2025-05-13T16:03:23.000Z","dependencies_parsed_at":"2024-09-24T21:40:41.929Z","dependency_job_id":"366c0393-92ae-453c-a303-4c4ddc2c8cdb","html_url":"https://github.com/justdjango/django-ecommerce","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justdjango%2Fdjango-ecommerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justdjango%2Fdjango-ecommerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justdjango%2Fdjango-ecommerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justdjango%2Fdjango-ecommerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justdjango","download_url":"https://codeload.github.com/justdjango/django-ecommerce/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254209859,"owners_count":22032897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","ecommerce"],"created_at":"2024-09-24T20:00:17.797Z","updated_at":"2025-05-14T19:08:49.390Z","avatar_url":"https://github.com/justdjango.png","language":"JavaScript","funding_links":["https://github.com/sponsors/mattfreire"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://justdjango.com/?utm_source=github\u0026utm_medium=logo\" target=\"_blank\"\u003e\n      \u003cimg src=\"https://assets.justdjango.com/static/branding/logo.svg\" alt=\"JustDjango\" height=\"72\"\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n  \u003cp align=\"center\"\u003e\n    The Definitive Django Learning Platform.\n  \u003c/p\u003e\n\u003c/p\u003e\n\n### *** Deprecation warning ***\n\nThis project was created almost two years ago. Since then, there is a newer version of the project which you can find [here](https://github.com/justdjango/django-simple-ecommerce)\n\n---\n\n# Django E-commerce\n\nThis is a very simple e-commerce website built with Django.\n\n## Quick demo\n\n[![alt text](https://justdjango.s3-us-west-2.amazonaws.com/media/gifs/djecommerce.gif \"Logo\")](https://youtu.be/z4USlooVXG0)\n\n---\n\n## Project Summary\n\nThe 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.\n\n[![alt text](https://justdjango.s3-us-west-2.amazonaws.com/media/thumbnails/djecommerce.png \"Logo\")](https://youtu.be/z4USlooVXG0)\n\n---\n\n## Running this project\n\nTo 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\n\n```\npip install virtualenv\n```\n\nClone 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\n\n```\nvirtualenv env\n```\n\nThat will create a new folder `env` in your project directory. Next activate it with this command on mac/linux:\n\n```\nsource env/bin/active\n```\n\nThen install the project dependencies with\n\n```\npip install -r requirements.txt\n```\n\nNow you can run the project with this command\n\n```\npython manage.py runserver\n```\n\n**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.\n\n---\n\n## Follow the tutorial\n\nThis project is part of a [series on YouTube](https://youtu.be/z4USlooVXG0) that teaches how to build an e-commerce website with Django.\n\n---\n\n## Support\n\nIf you'd like to support this project and all the other open source work on this organization, you can use the following options\n\n### Option 1: GitHub Sponsors\n\nSponsor through GitHub Sponsors. On GitHub, [this repository](https://github.com/justdjango/django-ecommerce) shows a button where you can Sponsor the contributors.\n\n### Option 2: JustDjango\n\nIf you're learning Django and want to take your next step to become a professional Django developer, consider signing up on [JustDjango](https://learn.justdjango.com).\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\n\u003ci\u003eOther places you can find us:\u003c/i\u003e\u003cbr\u003e\n\n\u003ca href=\"https://www.youtube.com/channel/UCRM1gWNTDx0SHIqUJygD-kQ\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/YouTube-%23E4405F.svg?\u0026style=flat-square\u0026logo=youtube\u0026logoColor=white\" alt=\"YouTube\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.twitter.com/justdjangocode\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/Twitter-%231877F2.svg?\u0026style=flat-square\u0026logo=twitter\u0026logoColor=white\" alt=\"Twitter\"\u003e\u003c/a\u003e\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustdjango%2Fdjango-ecommerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustdjango%2Fdjango-ecommerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustdjango%2Fdjango-ecommerce/lists"}