├── LICENSE.md
├── README.md
└── CHANGELOG.md
/LICENSE.md:
--------------------------------------------------------------------------------
1 | # Commercial Projects - EULA
2 |
3 | Copyright (c) 2019 - present [AppSeed](http://appseed.us/)
4 |
5 |
6 |
7 | ## Licensing Information
8 |
9 | This document explains the usage terms for all **commercial** products (apps/tools) developed by **[AppSeed](http://appseed.us/)**.
10 |
11 | Used terms:
12 |
13 | - `Solo-Developer`: code digital products as freelencer (without being incorporated in a company)
14 | - `StartUp` - young company founded 12mo (or less) in the past
15 | - `Small Company` - maximum 3 developers, active for more than 1year
16 | - `Company` - More than 4 developers and less than 50
17 | - `Corporate` - More than 50 developers
18 |
19 |
20 |
21 | ## [Personal License](https://github.com/app-generator/license-personal)
22 |
23 | > Licensing Information - full info [here](https://github.com/app-generator/license-personal)
24 |
25 | | Item | - |
26 | | ---------------------------------- | --- |
27 | | Domains | 1 |
28 | | Team Size | **3 developer** |
29 | | [Support](https://appseed.us/support/) & Updates: | **6 months** |
30 | | --- | --- |
31 | | Product sale | ✅ |
32 | | Create single personal website/app | ✅ |
33 | | Create single website/app for client | ✅ |
34 | | Remove footer credits | ✅ |
35 | | SaaS application | ❌ |
36 |
37 |
38 |
39 | ## [StartUp License](https://github.com/app-generator/license-startup)
40 |
41 | > Licensing Information - full info [here](https://github.com/app-generator/license-startup)
42 |
43 | | Item | - |
44 | | ---------------------------------- | --- |
45 | | Domains | 1 |
46 | | Team Size | **Up to 9 developers** |
47 | | [Support](https://appseed.us/support/) & Updates: | **12 months** |
48 | | --- | --- |
49 | | Product sale | ✅ |
50 | | Create single personal website/app | ✅ |
51 | | Create single website/app for client | ✅ |
52 | | Remove footer credits | ✅ |
53 | | SaaS application | ❌ |
54 |
55 |
56 |
57 | ## [Company License](https://github.com/app-generator/license-company)
58 |
59 | > Licensing Information - full info [here](https://github.com/app-generator/license-company)
60 |
61 | | Item | - |
62 | | ---------------------------------- | --- |
63 | | Team Size | **Unlimited** |
64 | | [Support](https://appseed.us/support/) & Updates: | **Lifetime** |
65 | | --- | --- |
66 | | Product sale | ✅ |
67 | | Create multiple personal websites/apps | ✅ |
68 | | Create multiple websites/apps for clients | ✅ |
69 | | Remove footer credits | ✅ |
70 | | SaaS application | ✅ |
71 |
72 |
73 |
74 | ---
75 | For more information regarding licensing, please contact the [AppSeed](https://appseed.us/) Service < *support@appseed.us* >
76 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # [Volt Dashboard PRO Django](https://app-generator.dev/product/volt-dashboard-pro/django/)
2 |
3 | **Premium Django Starter** crafted on top of **[Volt Dashboard](https://app-generator.dev/product/volt-dashboard/)**, a premium `Bootstrap` UI Kit released by [Themesberg](https://app-generator.dev/agency/themesberg/).
4 | The product is designed to deliver the best possible user experience with highly customizable feature-rich pages.
5 |
6 | - 👉 [Volt Dashboard PRO Django](https://app-generator.dev/product/volt-dashboard-pro/django/) - `Product page`
7 | - 👉 [Volt Dashboard PRO Django](https://django-volt-dashboard-pro.onrender.com/) - `LIVE demo`
8 | - 👉 [Volt Dashboard PRO Django](https://app-generator.dev/docs/products/django/volt-dashboard-pro/index.html) - `Documentation` (learn how to use the product)
9 |
10 |
11 |
12 | ## Features
13 |
14 | - Simple, Easy-to-Extend Codebase
15 | - [Volt Dashboard](https://app-generator.dev/product/volt-dashboard/) Design Integration
16 | - Bootstrap Styling
17 | - DB Persistence: SQLite (default), can be used with MySQL, PostgreSQL
18 | - Extended User Profiles
19 | - Authentication
20 | - Session-based
21 | - OAuth GitHub, Google
22 | - Apps:
23 | - [DEMO](https://django-volt-dashboard-pro.onrender.com/dynamic-dt/product/) **Dynamic DataTables** - generate server-side datatables without coding
24 | - [DEMO](https://django-volt-dashboard-pro.onrender.com/api/product/) **Dynamic APIs** - Expose secure APIs without coding
25 | - [DEMO](https://django-volt-dashboard-pro.onrender.com/charts/) **Charts** - powered by ApexCharts
26 | - [DEMO](https://django-volt-dashboard-pro.onrender.com/react-charts) **React Integration**
27 | - **Media Files Manager** - empower users to manage and preview files with ease
28 | - **Celery** (async tasks)
29 | - [Django CLI Package](https://app-generator.dev/docs/developer-tools/django-cli/index.html)
30 | - `Commit/rollback Git Changes`
31 | - `Backup & restore DB`
32 | - `Interact with Django Core`
33 | - `Manage Environment`
34 | - `Manage Dependencies`
35 | - [Deployment](https://app-generator.dev/docs/deployment.html)
36 | - Docker/Docker Compose Scripts
37 | - CI/CD for [Render](https://app-generator.dev/docs/deployment/render/index.html)
38 | - [Vite](https://app-generator.dev/docs/technologies/vite/index.html) for assets management
39 |
40 |
41 |
42 | ## [Documentation](https://app-generator.dev/docs/products/django/volt-dashboard-pro/index.html)
43 |
44 | - Understand the codebase structure
45 | - Prepare the environment
46 | - Setting Up the Database
47 | - Start the Project
48 | - Switch from SQLite to MySql or PgSql
49 | - Add a new model and migrate database
50 | - Enable `Dynamic Tables` for a new model
51 | - Enable `Dynamic API` for a new model
52 | - Deploy on Render
53 |
54 | 
55 |
56 |
57 |
58 | ## `Customize` with [Django App Generator](https://app-generator.dev/tools/django-generator/)
59 |
60 | - Access the [App Generator](https://app-generator.dev/tools/django-generator/) page
61 | - Select the preferred design
62 | - (Optional) Design Database: edit models and fields
63 | - (Optional) Edit the fields for the extended user model
64 | - (Optional) Enable OAuth for GitHub
65 | - (Optional) Add Celery (async tasks)
66 | - (Optional) Enable Dynamic API Module
67 | - Docker Scripts
68 | - Render CI/Cd Scripts
69 |
70 | **The generated Django project is available as a ZIP Archive and also uploaded to GitHub.**
71 |
72 | 
73 |
74 | 
75 |
76 |
77 |
78 | ---
79 | [Volt Dashboard PRO Django](https://app-generator.dev/product/volt-dashboard-pro/django/) - Premium **Django** Starter provided by [App Generator](https://app-generator.dev).
80 |
--------------------------------------------------------------------------------
/CHANGELOG.md:
--------------------------------------------------------------------------------
1 | # Change Log
2 |
3 | ## [1.0.22] 2025-05-16
4 | ### Changes
5 |
6 | - Codebase Refactoring
7 | - Added Dynamic Services
8 | - React Integration
9 |
10 | ## [1.0.21] 2024-03-28
11 | ### Changes
12 |
13 | - Fixes:
14 | - Pagination not shown on DT
15 | - #55: "Forgot your password" not working
16 |
17 | ## [1.0.20] 2024-02-27
18 | ### Changes
19 |
20 | - Update DOCS (readme)
21 | - Added `Celery` Section
22 |
23 | ## [1.0.19] 2024-02-08
24 | ### Changes
25 |
26 | - Update README (docs)
27 | - Update Docker
28 | - New Apps:
29 | - charts
30 | - api
31 | - celery
32 | - file manager
33 | - dark mode
34 | - i18n (internationalization)
35 |
36 | ## [1.0.18] 2023-11-01
37 | ### Changes
38 |
39 | - Added `.env`
40 | - Set `DEBUG=True` as default
41 |
42 | ## [1.0.17] 2023-08-13
43 | ### Changes
44 |
45 | - Fix #7, collectstatic bumps errors
46 | - Remove `ASSETS_ROOT` variable
47 | - Added `Render` Support (CI/CD)
48 |
49 | ## [1.0.16] 2023-03-23
50 | ### Changes
51 |
52 | - Fix SCSS compilation
53 |
54 | ## [1.0.15] 2023-03-23
55 | ### Changes
56 |
57 | - Added Migration Folders
58 | - Update DOCS
59 |
60 | ## [1.0.14] 2023-02-08
61 | ### Changes
62 |
63 | - Dependencies, remove duplicates
64 | - `Tests`:
65 | - `Windows 11` -> ok
66 | - `Ubuntu 18 LTS` -> ok
67 |
68 | ## [1.0.13] 2023-02-08
69 | ### Changes
70 |
71 | - Added Missing Modules:
72 | - `django-phone_field`
73 | - `django-import_export`
74 | - `django-pandas`
75 | - `django-matplotlib`
76 |
77 | ## [1.0.12] 2022-08-21
78 | ### Fixes & Improvements
79 |
80 | - Login possible with USER or EMAIL
81 | - Warn user on self-deletion
82 | - if the account has linked tasks or transactions
83 | - Minor JS warnings & Fixes
84 | - Code CleanUP (minor)
85 |
86 | ## [1.0.11] 2022-08-13
87 | ### Fixes
88 |
89 | - Update for Production Deploy
90 | - Use `ASSETS_ROOT` instead of `{% 'static' tag %}`
91 |
92 | ## [1.0.10] 2022-08-13
93 | ### Improvements
94 |
95 | - Authentication:
96 | - Social Login Via Github & Twitter
97 | - Self Deletion, Update Password
98 | - Tasks Module
99 | - Transactions Module
100 | - Improved Docker Scripts
101 |
102 | ## [1.0.9] 2022-06-17
103 | ### New features:
104 |
105 | - Extended User Profile
106 | - Users Management for `Superusers`
107 | - Tasks: `add`, `remove`, `assign`
108 | - filtered view per user
109 | - full management for `Superusers`
110 | - Transactions: `add`, `remove`, `assign`
111 | - filtered view per user
112 | - full management for `Superusers`
113 |
114 | ## [1.0.8] 2022-05-15
115 | ### Custom Code
116 |
117 | - Integrate `PlotLy`
118 | - New app `charts`
119 | - Hello World: http://localhost:8000/charts/index
120 | - Plotly (no Volt Integration): http://localhost:8000/charts/index2
121 | - Plotly + Volt: http://localhost:8000/charts/index3
122 |
123 | ## [1.0.7] 2022-02-17
124 | ### Fixes
125 |
126 | - Patch SCSS Compilation for:
127 | - Nodejs `12.x`, `14.x`
128 | - Update CSS Assets:
129 | - Compiled with `Node v14.15.0`, `Gulp CLI version: 2.3.0`
130 |
131 | ## [1.0.6] 2021-09-15
132 | ### Improvements
133 |
134 | - Bump Django Codebase to [v2.0.4](https://github.com/app-generator/boilerplate-code-django-dashboard/releases)
135 | - Codebase update
136 | - `assets` & `templates` moved to `apps` folder
137 | - `apps/base` renamed to `apps/home`
138 |
139 | ## [1.0.5] 2021-09-07
140 | ### Improvements & Fixes
141 |
142 | - Bump Django Codebase to [v2.0.2](https://github.com/app-generator/boilerplate-code-django-dashboard/releases)
143 | - Dependencies update (all packages)
144 | - Use Django==3.2.6 (latest stable version)
145 | - Better Code formatting
146 | - Improved Files organization
147 | - Optimize imports
148 | - Docker Scripts Update
149 | - Fixes:
150 | - Patch 500 Error when authenticated users access `admin` path (no slash at the end)
151 | - Patch [#16](https://github.com/app-generator/boilerplate-code-django-dashboard/issues/16): Minor issue in Docker
152 |
153 | ## [1.0.4] 2021-06-30
154 |
155 | - Update UI - Volt PRO v1.4.1
156 | - Added scripts to recompile the SCSS files
157 | - `config/static/assets/` - gulpfile.js
158 | - `config/static/assets/` - package.json
159 |
160 | ## [1.0.3] 2021-06-15
161 |
162 | - Correct 404 Links - UI Docs
163 |
164 | ## [1.0.2] 2021-04-25
165 | ### Improvements
166 |
167 | - Bump UI: Volt PRO v1.3.1
168 | - UI: [Jinja Volt PRO](https://github.com/app-generator/jinja-template-volt-pro/releases) v1.0.3
169 |
170 | ## [1.0.1] 2021-01-20
171 |
172 | - UI: [Jinja Volt PRO](https://github.com/app-generator/jinja-template-volt-pro/releases) v1.0.2
173 | - Volt PRO v1.2.0
174 | - Codebase - [Django Dashboard](https://github.com/app-generator/boilerplate-code-django-dashboard/releases) v1.0.4
175 |
176 | ## [1.0.0] 2020-02-07
177 | ### Initial Release
178 |
--------------------------------------------------------------------------------