Skip to content

Commit f2df2bb

Browse files
committed
v1.0.8 - Added Django Generator Section
1 parent f4e003c commit f2df2bb

File tree

2 files changed

+48
-5
lines changed

2 files changed

+48
-5
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## [1.0.8] 2024-12-15
4+
### Changes
5+
6+
> Mention [Django App Generator](https://app-generator.dev/tools/django-generator/) Service:
7+
8+
- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page
9+
- Select the preferred design
10+
- (Optional) Design Database: edit models and fields
11+
- (Optional) Edit the fields for the extended user model
12+
- (Optional) Enable OAuth for GitHub
13+
- (Optional) Add Celery (async tasks)
14+
- (Optional) Enable Dynamic API Module
15+
- Docker Scripts
16+
- Render CI/Cd Scripts
17+
18+
**The generated Django project is available as a ZIP Archive and also uploaded to GitHub.**
19+
320
## [1.0.7] 2024-11-27
421
### Changes
522

README.md

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,39 @@ The product is designed to deliver the best possible user experience with highly
1616

1717
<br />
1818

19+
## Add Features with [Django App Generator](https://app-generator.dev/tools/django-generator/)
20+
21+
- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page
22+
- Select Berry Dashboard as the preferred design
23+
- (Optional) Design Database: edit models and fields
24+
- (Optional) Edit the fields for the extended user model
25+
- (Optional) Enable OAuth for GitHub
26+
- (Optional) Add Celery (async tasks)
27+
- (Optional) Enable Dynamic API Module
28+
- Docker Scripts
29+
- Render CI/Cd Scripts
30+
31+
**The generated Django project is available as a ZIP Archive and also uploaded to GitHub.**
32+
33+
<br />
34+
35+
## Deploy LIVE
36+
37+
> One-click deploy (requires to have already an account).
38+
39+
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy)
40+
41+
<br />
42+
1943
## Features
2044

21-
- **Django 4.1.12**
22-
- Best Practices
23-
- **Berry Dashboard Design** - Full Integration
24-
- `CI/CD` Flow via Render
25-
- `Docker`
45+
- Simple, Easy-to-Extend Codebase
46+
- Black Dashboard Design - Full Integration
47+
- Bootstrap Styling
48+
- Session-based Authentication, Password recovery
49+
- DB Persistence: SQLite (default), can be used with MySql, PgSql
50+
- Docker
51+
- CI/CD integration for Render
2652

2753
![Django Berry Dashboard - Open-Source Django Starter](https://user-images.githubusercontent.com/51070104/215728710-d1ee7fef-8153-402b-9741-371e1c01cd36.png)
2854

0 commit comments

Comments
 (0)