Skip to content

Commit 668dcbf

Browse files
committed
v1.0.26 - Refactoring & Dynamic Services
1 parent 2ddcbbd commit 668dcbf

378 files changed

Lines changed: 8391 additions & 52768 deletions

File tree

Some content is hidden

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

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
DEBUG=True
2-
SECRET_KEY=S3cr3t_K#Key
3-
SERVER=boilerplate-code-django-dashboard.appseed.us
2+
3+
SECRET_KEY=<STRONG_KEY_HERE>

.gitignore

Lines changed: 13 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,16 @@
1-
# byte-compiled / optimized / DLL files
2-
__pycache__/
3-
*.py[cod]
4-
5-
# tests and coverage
6-
*.pytest_cache
7-
.coverage
8-
9-
# database & logs
10-
*.db
11-
*.sqlite3
12-
*.log
13-
14-
# venv
1+
*.pyc
2+
*.DS_Store
3+
*.egg*
4+
/dist/
5+
/.idea
6+
/docs/_build/
7+
/node_modules/
8+
build/
159
env
16-
venv
17-
18-
# other
19-
.DS_Store
20-
21-
# javascript
22-
package-lock.json
23-
24-
staticfiles/*
25-
!staticfiles/.gitkeep
26-
.vscode/symbols.json
10+
/staticfiles/
2711

28-
apps/static/assets/node_modules
29-
apps/static/assets/yarn.lock
30-
apps/static/assets/.temp
12+
#src
13+
#*.sqlite*
3114

15+
#.env
16+
node_modules

CHANGELOG.md

Lines changed: 200 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,201 @@
11
# Change Log
22

3-
## [1.0.2] 2021-09-20
3+
## [1.0.26] 2025-05-12
4+
### [Django Material Dashboard](https://app-generator.dev/product/material-dashboard/django/) Changes
5+
6+
- Bump UI
7+
- [Material Dashboard](https://app-generator.dev/product/material-dashboard/) Library `v1.0.22`
8+
- Update RM, add DEMO links
9+
- [DEMO](https://django-material-dash2.onrender.com/dynamic-dt/product/) **Dynamic DataTables** - generate server-side datatables without coding
10+
- [DEMO](https://django-material-dash2.onrender.com/api/product/) **Dynamic APIs** - Expose secure APIs without coding
11+
- [DEMO](https://django-material-dash2.onrender.com/charts/) **Charts** - powered by ApexCharts
12+
13+
## [1.0.25] 2025-05-12
14+
### [Django Material Dashboard](https://app-generator.dev/product/material-dashboard/django/) Changes
15+
16+
- Codebase Refactoring
17+
- CONFIG.Settings/SECRET_KEY: remove randomness if not specified
18+
- New APPS
19+
- Added Dynamic Tables
20+
- Added Dynamic APIs
21+
- Charts
22+
23+
## [1.0.24] 2024-12-16
24+
### Changes
25+
26+
- Preselect the design in the Generator:
27+
- [Django App Generator - Material Design](https://app-generator.dev/tools/django-generator/material/)
28+
29+
## [1.0.23] 2024-12-15
30+
### Changes
31+
32+
> Mention [Django App Generator](https://app-generator.dev/tools/django-generator/) Service:
33+
34+
- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page
35+
- Select the preferred design
36+
- (Optional) Design Database: edit models and fields
37+
- (Optional) Edit the fields for the extended user model
38+
- (Optional) Enable OAuth for GitHub
39+
- (Optional) Add Celery (async tasks)
40+
- (Optional) Enable Dynamic API Module
41+
- Docker Scripts
42+
- Render CI/Cd Scripts
43+
44+
**The generated Django project is available as a ZIP Archive and also uploaded to GitHub.**
45+
46+
## [1.0.22] 2024-12-02
47+
### Changes
48+
49+
- Bump UI Version
50+
- Update Media Files
51+
52+
## [1.0.21] 2024-12-02
53+
### Changes
54+
55+
- Bump UI Version
56+
57+
## [1.0.20] 2024-12-02
58+
### Changes
59+
60+
- Bump UI Version
61+
62+
## [1.0.19] 2024-12-02
63+
### Changes
64+
65+
- Bump UI Version
66+
67+
## [1.0.18] 2024-11-28
68+
### Changes
69+
70+
> Added **Deploy on Render** Button
71+
72+
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy)
73+
74+
75+
## [1.0.17] 2024-11-26
76+
### Changes
77+
78+
> Update RM Links
79+
80+
- 👉 [Django Material Dashboard](https://app-generator.dev/product/material-dashboard/django/) - `Product Page`
81+
- 👉 [Django Material Dashboard Documentation](https://app-generator.dev/docs/products/django/material-dashboard/index.html) - `Complete Information` and Support Links
82+
- [Getting Started with Django](https://app-generator.dev/docs/technologies/django/index.html) - a `comprehensive tutorial`
83+
- `Configuration`: Install Tailwind/Flowbite, Prepare Environment, Setting up the Database
84+
- `Start with Docker`
85+
- `Manual Build`
86+
- `Start the project`
87+
- `Deploy on Render`
88+
89+
## [1.0.16] 2024-11-11
90+
### Changes
91+
92+
- Update RM Links:
93+
- 👉 [Django Material Dashboard](https://app-generator.dev/docs/products/django/material-dashboard/index.html) - **Complete Documentation**
94+
- 👉 [Django Material Dashboard](https://app-generator.dev/product/material-dashboard/django/) - Product Page
95+
- 👉 [Get Support](https://app-generator.dev/ticket/create/) via Email and Discord
96+
97+
## [1.0.15] 2024-05-18
98+
### Changes
99+
100+
- Updated DOCS (readme)
101+
- [Custom Development](https://appseed.us/custom-development/) Section
102+
- [CI/CD Assistance for AWS, DO](https://appseed.us/terms/#section-ci-cd)
103+
104+
## [1.0.14] 2024-03-05
105+
### Changes
106+
107+
- Update [Custom Development](https://appseed.us/custom-development/) Section
108+
- New Pricing: `$3,999`
109+
110+
## [1.0.13] 2024-03-02
111+
### Changes
112+
113+
- Deprecate `distutils`
114+
- use `str2bool`
115+
- Update Deps
116+
- `requirements.txt`
117+
- Update README: [PRO Version](https://appseed.us/product/material-dashboard2-pro/django/), List features
118+
- `API`, **Charts**
119+
- **DataTables** (Filters, Export)
120+
- **Celery**
121+
- **Media Files Manager**
122+
- **Extended User Profiles**
123+
124+
## [1.0.12] 2023-10-24
125+
### Changes
126+
127+
- Update Dependencies
128+
- Update README
129+
130+
## [1.0.11] 2023-06-22
131+
### Changes
132+
133+
- Update `Settings`
134+
- Code change for #10
135+
- added sidebar `templates/includes/sidebar.html`
136+
137+
## [1.0.10] 2023-04-22
138+
### Changes
139+
140+
- Bump UI version
141+
- Added Gulp Tooling for SCSS
142+
- Update DOCS (readme)
143+
- `CSS Styling`
144+
145+
## [1.0.9] 2023-02-05
146+
### Changes
147+
148+
- Bump UI: [Material Dashboard](https://github.com/app-generator/django-admin-material-dashboard) `v1.0.9`
149+
- DOCS Update (readme). New sections:
150+
- `How to customize the theme`
151+
- Render deployment
152+
- Configure the project to use `home/templates`
153+
- Added `custom-footer` sample
154+
155+
## [1.0.8] 2023-01-10
156+
### Changes
157+
158+
- Bump Theme Version
159+
- [Django Admin Material](https://github.com/app-generator/django-admin-material-dashboard) `v1.0.8`
160+
161+
## [1.0.7] 2023-01-07
162+
### Changes
163+
164+
- Bump Theme Version
165+
- [Django Admin Material](https://github.com/app-generator/django-admin-material-dashboard) `v1.0.6`
166+
167+
## [1.0.6] 2023-01-07
168+
### Changes
169+
170+
- Move to theme-based pattern
171+
- [Django Admin Material](https://github.com/app-generator/django-admin-material-dashboard)
172+
- 🚀 `Deployment`
173+
- `CI/CD` flow via `Render`
174+
175+
## [1.0.5] 2022-05-30
176+
### Improvements
177+
178+
- Built with [Material Dashboard Generator](https://appseed.us/generator/material-dashboard/)
179+
- Timestamp: `2022-05-30 21:17`
180+
181+
## [1.0.4] 2022-01-16
182+
### Improvements
183+
184+
- Bump Django Codebase to [v2stable.0.1](https://github.com/app-generator/boilerplate-code-django-dashboard/releases)
185+
- Dependencies update (all packages)
186+
- Django==4.0.1
187+
- Settings update for Django 4.x
188+
- `New Parameter`: CSRF_TRUSTED_ORIGINS
189+
- [Origin header checking isn`t performed in older versions](https://docs.djangoproject.com/en/4.0/ref/settings/#csrf-trusted-origins)
190+
191+
## [1.0.3] 2021-10-22
192+
### Improvements
193+
194+
- Bump UI: Material Dashboard - v3.0.0
195+
- Update Bootstrap to v5.1.3
196+
- Update to Material Design 2
197+
198+
## [1.0.2] 2021-09-17
4199
### Improvements
5200

6201
- Bump Django Codebase to [v2.0.4](https://github.com/app-generator/boilerplate-code-django-dashboard/releases)
@@ -17,16 +212,11 @@
17212
- Patch 500 Error when authenticated users access `admin` path (no slash at the end)
18213
- Patch [#16](https://github.com/app-generator/boilerplate-code-django-dashboard/issues/16): Minor issue in Docker
19214

20-
## [1.0.1] 2021-02-10
21-
### Improvements
215+
## [1.0.1] 2021-01-13
216+
### Bug fixing, Improvements
22217

23218
- Bump UI: [Jinja Material](https://github.com/app-generator/jinja-material-dashboard) v1.0.2
24-
- Bump Codebase: [Django Dashboard](https://github.com/app-generator/boilerplate-code-django-dashboard) v1.0.4
25-
26-
### 2017-06-20 - Bug Fix
27-
Left menu selection based on the current page. Modified files:
28-
- app\views.py
29-
- core\templates\includes\sidebar-rtl.html
219+
- Bump Codebase: [Django Dashboard](https://github.com/app-generator/boilerplate-code-django-dashboard) v1.0.4
30220

31-
## [1.0.0] 2020-07-30
221+
## [1.0.0] 2020-02-07
32222
### Initial Release

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
FROM python:3.9
22

3-
COPY . .
4-
53
# set environment variables
64
ENV PYTHONDONTWRITEBYTECODE 1
75
ENV PYTHONUNBUFFERED 1
86

7+
COPY requirements.txt .
98
# install python dependencies
109
RUN pip install --upgrade pip
1110
RUN pip install --no-cache-dir -r requirements.txt
1211

12+
COPY . .
13+
1314
# running migrations
1415
RUN python manage.py migrate
1516

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

Procfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)