|
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 |
2 | 2 |
|
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/). |
4 | 4 |
|
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 |
7 | 7 | - [Getting Started with Django](https://app-generator.dev/docs/technologies/django/index.html) - Learn how to code **Django** Projects |
8 | 8 |
|
9 | 9 | <br /> |
10 | 10 |
|
11 | 11 | ## **Features** |
12 | 12 |
|
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 |
19 | 17 |
|
20 | 18 | <br /> |
21 | 19 |
|
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 |
23 | 21 |
|
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. |
33 | 23 |
|
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/) |
35 | 25 |
|
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 |
37 | 44 |
|
38 | 45 |  |
39 | 46 |
|
40 | 47 | <br /> |
41 | 48 |
|
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/) |
43 | 50 |
|
44 | 51 | > The premium version provides more features, priority on support, and is more often updated - [Live Demo](https://django-berry-pro.onrender.com/dashboard/). |
45 | 52 |
|
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 |
55 | 72 |
|
56 | 73 |  |
57 | 74 |
|
58 | 75 | <br /> |
59 | 76 |
|
| 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 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | +<br /> |
| 96 | + |
60 | 97 | --- |
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)** |
0 commit comments