Skip to content

Commit 51deba8

Browse files
committed
v1.0.16 - Update RM & Links (minor)
1 parent f070386 commit 51deba8

File tree

4 files changed

+80
-37
lines changed

4 files changed

+80
-37
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## [1.0.16] 2025-04-25
4+
### [Berry Dashboard](https://app-generator.dev/product/berry-dashboard/) Integration Changes
5+
6+
- Update RM Links
7+
- [Berry Dashboard](https://app-generator.dev/product/berry-dashboard/) Design
8+
- [CodedThemes](https://app-generator.dev/agency/codedthemes/) Agency
9+
310
## [1.0.15] 2025-02-08
411
### Changes
512

README.md

Lines changed: 70 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,98 @@
1-
# [Django Berry](https://app-generator.dev/docs/products/django-libs/theme-berry.html)
1+
# [Berry Dashboard](https://app-generator.dev/product/berry-dashboard/) Django Integration
22

3-
Modern template for **[Django Admin](https://app-generator.dev/docs/products/django-libs/theme-berry.html)**, Auth Pages (registration included) crafted on top of **Berry**, an open-source **Bootstrap** design.
3+
Modern template for **Django** built with **[Berry Dashboard](https://app-generator.dev/product/berry-dashboard/)**, an open-source `Bootstrap` UI Kit released by [CodedThemes](https://app-generator.dev/agency/codedthemes/).
44

5-
- [Django Admin Berry](https://app-generator.dev/docs/products/django-libs/theme-berry.html) - **Documentation** & Support Links
6-
- [Django Berry](https://app-generator.dev/product/berry-dashboard/django/) - The product that uses the library
5+
- [Django Admin Berry Dashboard](https://app-generator.dev/docs/products/django-libs/theme-berry.html) - Documentation & Support Links
6+
- [Django Berry Dashboard Dashboard](https://app-generator.dev/product/berry-dashboard/django/) - The product that uses the library
77
- [Getting Started with Django](https://app-generator.dev/docs/technologies/django/index.html) - Learn how to code **Django** Projects
88

99
<br />
1010

1111
## **Features**
1212

13-
- Design: **[Berry](https://app-generator.dev/docs/templates/bootstrap/berry-dashboard.html)** (Bootstrap)
14-
- **Sections Covered**:
15-
- `Admin Section`, reserved for `superusers`
16-
- `All pages` managed by `Django.contrib.AUTH`
17-
- `Registration` page
18-
- `Misc pages`: colors, icons, typography, blank-page
13+
- [Berry Dashboard](https://app-generator.dev/product/berry-dashboard/) Design Integration
14+
- Dashboard page
15+
- Color, Typography, Icons
16+
- Authentication: Login, Register
1917

2018
<br />
2119

22-
### Build a Starter with [Django App Generator - Berry Design](https://app-generator.dev/tools/django-generator/berry/)
20+
## [Berry Dashboard](https://app-generator.dev/product/berry-dashboard/) Starters
2321

24-
- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page
25-
- Select **Berry Dashboard** as the preferred design
26-
- (Optional) Design Database: edit models and fields
27-
- (Optional) Edit the fields for the extended user model
28-
- (Optional) Enable OAuth for GitHub
29-
- (Optional) Add Celery (async tasks)
30-
- (Optional) Enable Dynamic API Module
31-
- Docker Scripts
32-
- Render CI/Cd Scripts
22+
Pre-built starters for coding dashboards and services (APIs, DataTables) with speed.
3323

34-
**The generated Django project is available as a ZIP Archive and also uploaded to GitHub.**
24+
### [Django Berry Dashboard](https://app-generator.dev/product/berry-dashboard/django/)
3525

36-
<br />
26+
> The FREE Version (MIT License) - [Live Demo](https://django-berry.onrender.com).
27+
28+
- Simple, Easy-to-Extend Codebase
29+
- [Berry Dashboard](https://app-generator.dev/product/berry-dashboard/) Integration
30+
- Bootstrap Styling
31+
- Dynamic Tables
32+
- Dynamic API
33+
- Charts
34+
- **CLI for Coding Tasks**
35+
- `Commit/rollback Git Changes`
36+
- `Backup & restore DB`
37+
- `Interact with Django Core` via CLI
38+
- `Update Environment variables`
39+
- `Update Dependencies`
40+
- Session-based Authentication, Password recovery
41+
- DB Persistence: SQLite (default), can be used with MySql, PgSql
42+
- Docker, CI/CD for Render
43+
- [Integrate Vite](https://app-generator.dev/docs/technologies/vite/index.html) for assets management
3744

3845
![Django Berry - Modern template for Django Admin Section crafted on top of a modern Bootstrap, Open-Source Design.](https://user-images.githubusercontent.com/51070104/215728710-d1ee7fef-8153-402b-9741-371e1c01cd36.png)
3946

4047
<br />
4148

42-
## [Berry Dashboard PRO Version](https://app-generator.dev/product/berry-dashboard-pro/django/)
49+
## [Django Berry Dashboard PRO](https://app-generator.dev/product/berry-dashboard-pro/django/)
4350

4451
> The premium version provides more features, priority on support, and is more often updated - [Live Demo](https://django-berry-pro.onrender.com/dashboard/).
4552
46-
- **Simple, Easy-to-Extend** Codebase
47-
- **Berry Dashboard** Design - PRO Version
48-
- Bootstrap 5 CSS
49-
- **OAuth** - Github
50-
- **Extended User Profile**
51-
- **API** via DRF
52-
- **Charts** via ApexJS
53-
- **Celery** (async tasks)
54-
- **Deployment-Ready** for Render
53+
- Simple, Easy-to-Extend Codebase
54+
- [Berry Dashboard](https://app-generator.dev/product/berry-dashboard/) PRO Design Integration
55+
- Bootstrap Styling
56+
- Dynamic Tables - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-datatables.html)
57+
- Dynamic API - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-api.html)
58+
- Charts
59+
- Session-based Authentication, Password recovery
60+
- OAuth (GitHub & Google)
61+
- DB Persistence: SQLite (default), can be used with MySql, PgSql
62+
- [Django CLI Package](https://app-generator.dev/docs/developer-tools/django-cli/index.html)
63+
- [Commit/rollback Git Changes](https://app-generator.dev/docs/developer-tools/django-cli/git-interface.html)
64+
- `Backup & restore DB`
65+
- [Interact with Django Core](https://app-generator.dev/docs/developer-tools/django-cli/query-django.html)
66+
- `Manage Environment`
67+
- `Manage Dependencies`
68+
- Session-based Authentication, Password recovery
69+
- DB Persistence: SQLite (default), can be used with MySql, PgSql
70+
- Docker, CI/CD for Render
71+
- [Integrate Vite](https://app-generator.dev/docs/technologies/vite/index.html) for assets management
5572

5673
![Berry Bootstrap 5 PRO - Premium Template Django Template integrated with Django.](https://user-images.githubusercontent.com/51070104/215728155-9b9cfe26-96e8-49c3-8a08-131d96f4f2eb.png)
5774

5875
<br />
5976

77+
## `Customize` with [Django App Generator](https://app-generator.dev/tools/django-generator/)
78+
79+
- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page
80+
- Select the preferred design
81+
- (Optional) Design Database: edit models and fields
82+
- (Optional) Edit the fields for the extended user model
83+
- (Optional) Enable OAuth for GitHub
84+
- (Optional) Add Celery (async tasks)
85+
- (Optional) Enable Dynamic API Module
86+
- Docker Scripts
87+
- Render CI/Cd Scripts
88+
89+
**The generated Django project is available as a ZIP Archive and also uploaded to GitHub.**
90+
91+
![Django Generator - User Interface for choosing the Design](https://github.com/user-attachments/assets/b989c434-1c53-49ff-8dda-b46dbfc142ac)
92+
93+
![Django App Generator - User Interface for Edit the Extended User Model](https://github.com/user-attachments/assets/f1a5fb68-a5ba-49c9-a3ae-91716de09912)
94+
95+
<br />
96+
6097
---
61-
**[Django Berry](https://app-generator.dev/docs/products/django-libs/theme-berry.html)** - Modern Django Admin Interface provided by **[App-Generator](https://app-generator.dev)**
98+
**[Berry Dashboard](https://app-generator.dev/product/berry-dashboard/)** Django Integration - Library provided by **[App-Generator](https://app-generator.dev)**

admin_berry/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def icon_tabler(request):
2121
def sample_page(request):
2222
return render(request, 'pages/sample-page.html')
2323

24-
2524
# Authentication
2625
def registration(request):
2726
if request.method == 'POST':

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,
15-
description='Modern template for Django admin interface (Berry Bootstrap 5 Design)',
15+
description='Modern template for Django Admin - Berry Dashboard Design',
1616
long_description=README,
1717
long_description_content_type="text/markdown",
18-
url='https://app-generator.dev/docs/products/django-libs/theme-berry.html',
19-
author='AppSeed.us',
18+
url='https://app-generator.dev/product/berry-dashboard/',
19+
author='App-Generator.dev',
2020
author_email='[email protected]',
2121
license='MIT License',
2222
classifiers=[

0 commit comments

Comments
 (0)