Skip to content

Commit 91b3292

Browse files
committed
v1.0.30 - Added Dynamic Services & UI Update
1 parent d41d285 commit 91b3292

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+4848
-194
lines changed

.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DEBUG=True
2+
3+
SECRET_KEY=<STRONG_KEY_HERE>

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env
1010
/staticfiles/
1111

1212
#src
13-
*.sqlite*
13+
#*.sqlite*
1414

15-
.env
15+
#.env
16+
node_modules

CHANGELOG.md

Lines changed: 229 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,132 @@
11
# Change Log
22

3-
## [1.0.3] 2023-04-03
3+
## [1.0.30] 2025-04-15
44
### Changes
55

6-
- Bump Design: [Django Admin Soft](https://github.com/app-generator/django-admin-soft-dashboard) `v1.0.11`
6+
- New Apps
7+
- Dynamic DataTables
8+
- Dynamic API
9+
- Charts
10+
- Jazzmin for ADMIN Section
711

8-
## [1.0.2] 2023-01-29
12+
## [1.0.29] 2024-12-16
13+
### Changes
14+
15+
- Preselect the design in the Generator:
16+
- [Django App Generator - Soft Design](https://app-generator.dev/tools/django-generator/soft/)
17+
18+
## [1.0.28] 2024-12-15
19+
### Changes
20+
21+
> Mention [Django App Generator](https://app-generator.dev/tools/django-generator/) Service:
22+
23+
- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page
24+
- Select the preferred design
25+
- (Optional) Design Database: edit models and fields
26+
- (Optional) Edit the fields for the extended user model
27+
- (Optional) Enable OAuth for GitHub
28+
- (Optional) Add Celery (async tasks)
29+
- (Optional) Enable Dynamic API Module
30+
- Docker Scripts
31+
- Render CI/Cd Scripts
32+
33+
**The generated Django project is available as a ZIP Archive and also uploaded to GitHub.**
34+
35+
## [1.0.27] 2024-12-02
36+
### Changes
37+
38+
- Update Media Files
39+
- [Django Soft Dashboard](https://app-generator.dev/product/soft-ui-dashboard/django/)
40+
- [Django Soft Dashboard PRO](https://app-generator.dev/product/soft-ui-dashboard-pro/django/)
41+
42+
## [1.0.26] 2024-11-28
43+
### Changes
44+
45+
> Added **Deploy on Render** Button
46+
47+
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy)
48+
49+
## [1.0.25] 2024-11-28
50+
### Changes
51+
52+
- Bump UI Theme Version
53+
54+
## [1.0.24] 2024-11-26
55+
### Changes
56+
57+
> Update RM Links
58+
59+
- 👉 [Django Soft UI Dashboard](https://app-generator.dev/product/soft-ui-dashboard/django/) - `Product Page`
60+
- 👉 [Django Soft UI Dashboard Documentation](https://app-generator.dev/docs/products/django/soft-ui-dashboard/index.html) - `Complete Information` and Support Links
61+
- [Getting Started with Django](https://app-generator.dev/docs/technologies/django/index.html) - a `comprehensive tutorial`
62+
- `Configuration`: Install Dependencies, Prepare Environment, Setting up the Database
63+
- `Start with Docker`
64+
- `Manual Build`
65+
- `Start the project`
66+
- `Deploy on Render`
67+
68+
## [1.0.23] 2024-05-18
69+
### Changes
70+
71+
- Updated DOCS (readme)
72+
- [Custom Development](https://appseed.us/custom-development/) Section
73+
- [CI/CD Assistance for AWS, DO](https://appseed.us/terms/#section-ci-cd)
74+
75+
## [1.0.22] 2024-03-05
76+
### Changes
77+
78+
- Update [Custom Development](https://appseed.us/custom-development/) Section
79+
- New Pricing: `$3,999`
80+
81+
## [1.0.21] 2024-03-04
82+
### Changes
83+
84+
- Deprecate `distutils`
85+
- use `str2bool`
86+
- Update Deps
87+
- `requirements.txt`
88+
- Update README: [PRO Version](https://appseed.us/product/soft-ui-dashboard-pro/django/), List features
89+
- `API`, **Charts**
90+
- **DataTables** (Filters, Export)
91+
- **Celery**
92+
- **Media Files Manager**
93+
- **Extended User Profiles**
94+
95+
## [1.0.20] 2023-02-14
96+
### Changes
97+
98+
- Update [Custom Development](https://appseed.us/custom-development/) Section
99+
- Minor Changes (readme)
100+
101+
## [1.0.19] 2023-10-21
102+
### Changes
103+
104+
- Update Dependencies
105+
- Update README
106+
107+
## [1.0.18] 2023-04-06
108+
### Changes
109+
110+
- Bump Design: [Django Admin Soft](https://github.com/app-generator/django-admin-soft-dashboard) `v1.0.12`
111+
112+
## [1.0.17] 2023-04-04
113+
### Changes
114+
115+
- Added Local Templates and Static
116+
- Added Gulp Tooling
117+
- DOCS Update (readme)
118+
119+
## [1.0.16] 2023-02-28
120+
### Changes
121+
122+
- Bump Design: [Django Admin Soft](https://github.com/app-generator/django-admin-soft-dashboard) `v1.0.10`
123+
124+
## [1.0.15] 2023-01-29
125+
### Changes
126+
127+
- Bump Design: [Django Admin Soft](https://github.com/app-generator/django-admin-soft-dashboard) `v1.0.9`
128+
129+
## [1.0.14] 2023-01-29
9130
### Changes
10131

11132
- Bump Design: [Django Admin Soft](https://github.com/app-generator/django-admin-soft-dashboard) `v1.0.8`
@@ -15,25 +136,118 @@
15136
- Configure the project to use `home/templates`
16137
- Added `custom_footer` sample
17138

18-
## [1.0.1] 2023-01-27
139+
## [1.0.13] 2023-01-09
19140
### Changes
20141

21-
- Updated Codebase
22-
- Latest **[Django](https://appseed.us/admin-dashboards/django/)** Version
23-
- Theme-able UI (no more hardcoded inside the project)
24-
- Theme: [Django Admin Soft](https://github.com/app-generator/django-admin-soft-dashboard)
25-
- Usable via `PIP`
26-
- CI/CD included via `Render`
142+
- Move to theme-based pattern
143+
- [Django Admin Soft](https://github.com/app-generator/django-admin-soft-dashboard)
144+
- 🚀 `Deployment`
145+
- `CI/CD` flow via `Render`
27146

28-
## [1.0.0] 2021-10-28
29-
### Initial Release
147+
## [1.0.12] 2022-09-18
148+
### Improvements
30149

31-
- UI Kit: Soft UI Dashboard v1.0.1
32-
- Django Codebase Version [v2.0.4](https://github.com/app-generator/boilerplate-code-django-dashboard/releases)
150+
- Dynamic DataTables:
151+
- Server-Side Pagination, Search, Export
152+
153+
## [1.0.11] 2022-09-17
154+
### Improvements
155+
156+
- API Generator
157+
- the code is generated on top of DRF
158+
- Mutating requests secured by JWT
159+
160+
## [1.0.10] 2022-09-17
161+
### Improvements
162+
163+
- Added **Github OAuth** via AllAuth. requires in `.env`:
164+
- `GITHUB_ID`=<YOUR_GITHUB_ID>
165+
- `GITHUB_SECRET`=<YOUR_GITHUB_SECRET>
166+
167+
## [1.0.9] 2022-09-17
168+
### Improvements
169+
170+
- Bump Codebase & UI version
171+
- Docker scripts update
172+
173+
## [1.0.8] 2022-06-21
174+
### Improvements
175+
176+
- UI Update: `Soft UI Dashboard` v1.0.6
177+
- Enhanced version:
178+
- `Dark Mode`
179+
180+
## [1.0.7] 2022-05-25
181+
### Improvements
182+
183+
- Built with [Soft UI Dashboard Generator](https://appseed.us/generator/soft-ui-dashboard/)
184+
- Timestamp: `2022-05-25 10:16`
185+
- Added CDN/Static Server management
186+
- `ASSETS_ROOT` env variable
187+
188+
## [1.0.6] 2022-05-24
189+
### Improvements
190+
191+
- UI Update: `Soft UI Dashboard` v1.0.5
192+
- upgrade Bootstrap version to v5.1.3
193+
- upgrade ChartJs plugin version to v3.7.1
194+
- fix running 'npm install' issue
195+
- fix SCSS compiling issues
196+
- update sidebar height
197+
- fix sidebar button on Safari
198+
- update dropdown text on RTL page
199+
- fix navbar scroll error on example pages
200+
201+
## [1.0.5] 2022-01-16
202+
### Improvements
203+
204+
- Bump Django Codebase to [v2stable.0.1](https://github.com/app-generator/boilerplate-code-django-dashboard/releases)
205+
- Dependencies update (all packages)
206+
- Django==4.0.1
207+
- Settings update for Django 4.x
208+
- `New Parameter`: CSRF_TRUSTED_ORIGINS
209+
- [Origin header checking isn`t performed in older versions](https://docs.djangoproject.com/en/4.0/ref/settings/#csrf-trusted-origins)
210+
211+
## [1.0.4] 2021-12-09
212+
### Improvements
213+
214+
- Bump UI: Soft UI Dashboard **v1.0.3**
215+
216+
## [1.0.3] 2021-09-20
217+
### Improvements
218+
219+
- Bump Django Codebase to [v2.0.4](https://github.com/app-generator/boilerplate-code-django-dashboard/releases)
220+
- Codebase update
221+
- `assets` & `templates` moved to `apps` folder
222+
- `apps/base` renamed to `apps/home`
223+
224+
## [1.0.2] 2021-09-08
225+
### Improvements & Fixes
226+
227+
- Bump Django Codebase to [v2.0.2](https://github.com/app-generator/boilerplate-code-django-dashboard/releases)
33228
- Dependencies update (all packages)
34229
- Use Django==3.2.6 (latest stable version)
35230
- Better Code formatting
36231
- Improved Files organization
37232
- Optimize imports
38233
- Docker Scripts Update
39-
- Tooling: added scripts to recompile the SCSS files (via Gulp)
234+
- Tooling: added scripts to recompile the SCSS files
235+
- `config/static/assets/` - gulpfile.js
236+
- `config/static/assets/` - package.json
237+
- `Update README` - [Recompile SCSS](https://github.com/app-generator/django-soft-ui-dashboard#recompile-css) (new section)
238+
- Fixes:
239+
- Patch 500 Error when authenticated users access `admin` path (no slash at the end)
240+
- Patch [#16](https://github.com/app-generator/boilerplate-code-django-dashboard/issues/16): Minor issue in Docker
241+
242+
## [1.0.1] 2020-05-28
243+
### Remove Media & Minor Fixes
244+
245+
- Patch `logout` link
246+
- Delete useless `media` directory
247+
248+
## [1.0.0] 2020-05-28
249+
### Initial Release
250+
251+
- Codebase: [Django Dashboard](https://github.com/app-generator/boilerplate-code-django-dashboard) v1.0.4
252+
- UI: [Jinja Soft UI](https://github.com/app-generator/jinja-soft-ui-dashboard) v1.0.0
253+
- UI Kit: Soft UI Dashboard v1.0.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ COPY . .
1515
RUN python manage.py migrate
1616

1717
# gunicorn
18-
CMD ["gunicorn", "--config", "gunicorn-cfg.py", "core.wsgi"]
18+
CMD ["gunicorn", "--config", "gunicorn-cfg.py", "config.wsgi"]

LICENSE.md

Lines changed: 28 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,32 @@
1-
MIT License
1+
# MIT License
22

3-
Copyright (c) 2019 - present Creative-Tim / [AppSeed.us](https://appseed.us)
3+
Copyright (c) 2019 - present [AppSeed](http://appseed.us/)
44

5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
5+
<br />
116

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
7+
## Licensing Information
148

15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
9+
<br />
10+
11+
| Item | - |
12+
| ---------------------------------- | --- |
13+
| License Type | MIT |
14+
| Use for print | **YES** |
15+
| Create single personal website/app | **YES** |
16+
| Create single website/app for client | **YES** |
17+
| Create multiple website/apps for clients | **YES** |
18+
| Create multiple SaaS applications | **YES** |
19+
| End-product paying users | **YES** |
20+
| Product sale | **YES** |
21+
| Remove footer credits | **YES** |
22+
| --- | --- |
23+
| Remove copyright mentions from source code | NO |
24+
| Production deployment assistance | NO |
25+
| Create HTML/CSS template for sale | NO |
26+
| Create Theme/Template for CMS for sale | NO |
27+
| Separate sale of our UI Elements | NO |
28+
29+
<br />
30+
31+
---
32+
For more information regarding licensing, please contact the AppSeed Service < *support@appseed.us* >

0 commit comments

Comments
 (0)