Skip to content

Commit 0cc3886

Browse files
committed
v1.0.10 - Mention PRO Version
1 parent 6a5a748 commit 0cc3886

File tree

2 files changed

+29
-54
lines changed

2 files changed

+29
-54
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Change Log
22

3+
## [1.0.10] 2025-03-05
4+
### Changes
5+
6+
- Added PRO Version: [Rocket eCommerce](https://app-generator.dev/product/rocket-ecommerce/django/)
7+
38
## [1.0.9] 2024-04-06
49
### Changes
510

6-
- Update [Rocket eCommerce](https://appseed.us/product/rocket-ecommerce/django/) Section
11+
- Update [Rocket eCommerce](https://app-generator.dev/product/rocket-ecommerce/django/) Section
712
- Adding FIGMA
813

914
## [1.0.8] 2024-04-06

README.md

Lines changed: 23 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1-
# [Django & Stripe](https://blog.appseed.us/django-stripe-mini-ecommerce/) `Mini eCommerce`
1+
# Django & Stripe `Mini eCommerce`
22

3-
**[Open-source eCommerce Starter](https://github.com/app-generator/rocket-ecommerce)** that loads the products from `JSON` files saved in the `templates directory` (no database required) and uses a decent UI for page styling - Powered by **Django & Stripe**.
3+
**Open-source eCommerce Starter** that loads the products from `JSON` files saved in the `templates directory` (no database required) and uses a decent UI for page styling - Powered by **Django & Stripe**.
4+
5+
- [Django mini eCommerce](https://github.com/app-generator/ecommerce-django-stripe)
6+
- [Rocket eCommerce](https://app-generator.dev/product/rocket-ecommerce/django/) - PRO version
7+
- ✅ Stripe Integration
8+
- ✅ Checkout, Discounts Page
9+
- ✅ Tags, Categories
10+
- ✅ Analytics
11+
- ✅ Generated Sitemap
412

513
<br />
614

715
## Manual Build
816

9-
> 👉 **Step 1** - Download the code from the GH repository (using `GIT`)
17+
> 👉 Download the code from the GH repository (using `GIT`)
1018
1119
```bash
1220
$ git clone https://github.com/app-generator/ecommerce-django-stripe.git
@@ -15,7 +23,7 @@ $ cd ecommerce-django-stripe
1523

1624
<br />
1725

18-
> 👉 **Step 2** - Create `.env` using provided `env.sample`
26+
> 👉 Create `.env` using provided `env.sample`
1927
2028
Add `.env` file in your projects root directory and add the following credentials
2129

@@ -29,7 +37,7 @@ DOMAIN_URL=
2937

3038
<br />
3139

32-
> 👉 **Step 3** - Install dependencies
40+
> 👉 Install dependencies
3341
3442
```bash
3543
$ python -m venv env
@@ -39,7 +47,7 @@ $ pip install -r requirements.txt
3947

4048
<br />
4149

42-
> 👉 **Step 4** - Migrate DB & Start the APP
50+
> 👉 Migrate DB & Start the APP
4351
4452
```bash
4553
$ python manage.py migrate
@@ -50,7 +58,7 @@ Visit `http://localhost:8000` in your browser. The app should be up & running.
5058

5159
<br />
5260

53-
> 👉 **Step 5** - Access the products and initiate a payment
61+
> 👉 Access the products and initiate a payment
5462
5563
**IMPORTANT**: Make sure your Stripe account is running in `TEST Mode` and Use Test CC provided by Stripe:
5664

@@ -81,8 +89,7 @@ Visit `http://localhost:8000` in your browser. The app should be up & running.
8189

8290
<br />
8391

84-
## Load and create product from stripe
85-
92+
## Load and create product from Stripe
8693

8794
- Go to `Create Product` route in `Products` dropdown [You must be a superuser]
8895
- On the left side there should be a button `Get Products From Stripe` this button will pull all the products associated with the stripe account. [demo](./products/static/products/demo/load-stripe-product.png)
@@ -96,49 +103,9 @@ Visit `http://localhost:8000` in your browser. The app should be up & running.
96103
97104
<br />
98105

99-
![Django Stripe Sample - Air ZOOM Pegasus (sample Product](https://user-images.githubusercontent.com/51070104/152586940-2f3b31fb-f067-487a-98ca-26d9e1936514.png)
100-
101-
<br />
102-
103-
<div align="center">
104-
<a href="https://app-generator.dev/product/rocket-ecommerce/django/">
105-
<img src="https://github-production-user-asset-6210df.s3.amazonaws.com/51070104/272178364-cbac6d97-b2dc-4d95-bab6-891f4ee7d84d.png"" width="64" height="64" alt="Rocket Icon">
106-
</a>
107-
<h1>
108-
Go PRO with
109-
<a href="https://app-generator.dev/product/rocket-ecommerce/django/">
110-
Rocket eCommerce
111-
</a>
112-
</h1>
113-
<p>
114-
<strong>Django</strong> &bull; <strong>TailwindCSS</strong> &bull; <strong>Stripe</strong> &bull; <strong>Analytics</strong> &bull; <strong>Docker</strong> &bull; <strong>CI/CD</strong> &bull; <strong>Lifetime Updates</strong> &bull; <strong>Unlimited Projects</strong>
115-
</p>
116-
<h3>
117-
<a target="_blank" href="https://rocket-ecommerce.onrender.com">
118-
Demo
119-
</a>
120-
&nbsp; &bull; &nbsp;
121-
<a target="_blank" href="https://app-generator.dev/product/rocket-ecommerce/django/#pricing">
122-
Buy License
123-
</a>
124-
</h3>
125-
<p>
126-
<strong>Once authenticated, the ADMIN (superuser) can import the products from Stripe and customize each one locally by adding properties like Images, Tags, Discount, .. etc.</strong>
127-
<br /> <br />
128-
The product comes with <strong>Docker</strong> and <a href="https://deploypro.dev/" target="_blank">CI/CD Support</a>
129-
</p>
130-
<hr />
131-
</div>
132-
133-
<br />
134-
135-
<div align="center">
136-
<img src="https://github.com/user-attachments/assets/3d3e4abc-3a4e-4ef2-8934-d55bc25942db" alt="Rocket eCommerce - Django Starter styled with Tailwind and Flowbite.">
137-
</div>
138-
139-
<br />
106+
## Need More? Go PRO with [Rocket eCommerce](https://app-generator.dev/product/rocket-ecommerce/django/)
140107

141-
## Features
108+
Production-ready eCommerce CMS integrated with Stripe, Analytics, Discounts Page, Docker and CI/CD support - Actively supported by [App-Generator](https://app-generator.dev/).
142109

143110
| Status | Item | info |
144111
| --- | --- | --- |
@@ -154,7 +121,10 @@ Visit `http://localhost:8000` in your browser. The app should be up & running.
154121
|| Transactions Tracking | YES |
155122
|| Docker | YES |
156123
|| CI/CD | Render |
157-
|| Active versioning and [support](https://appseed.us/support/) | [AppSeed](https://appseed.us/) |
158-
|| [AWS, DO, Azure Deploy Assistance](https://deploypro.dev/) | `DeployPRO` |
124+
125+
![Rocket eCommerce - Production-ready eCommerce CMS integrated with Stripe, Analytics, Discounts Page, Docker and CI/CD support.](https://github-production-user-asset-6210df.s3.amazonaws.com/51070104/272178364-cbac6d97-b2dc-4d95-bab6-891f4ee7d84d.png)
159126

160127
<br />
128+
129+
---
130+
Django & Stripe `Mini eCommerce` - Open-source eCommerce Starter provided by [App-Generator](https://app-generator.dev/).

0 commit comments

Comments
 (0)