Skip to content

Commit e5908de

Browse files
committed
Release v1.0.0 - New Codebase, CI/CD
1 parent 6a70f2e commit e5908de

File tree

3 files changed

+13
-39
lines changed

3 files changed

+13
-39
lines changed

CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
# Change Log
22

3-
## [1.0.1] 2023-01-07
4-
### Changes
5-
6-
- Bump Theme version
7-
- Update DOCS (readme)
8-
9-
## [1.0.0] 2022-12-21
3+
## [1.0.0] 2022-12-23
104
### Changes
115

126
- Stable Version
13-
- Integrate [Django Material PRO](https://github.com/app-generator/django-admin-material-pro)
7+
- Integrate [Django Volt PRO](https://github.com/app-generator/django-admin-volt-pro)
148
- CI/CD included via `Render`

README.md

Lines changed: 10 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# [Django Material2 PRO](https://appseed.us/product/material-dashboard2-pro/django/)
1+
# [Django Volt PRO](https://appseed.us/product/volt-dashboard-pro/django/)
22

3-
**Django** starter styled with **[Material Dashboard PRO](https://appseed.us/product/material-dashboard2-pro/django/)**, a premium `Bootstrap 5` KIT from [Creative-Tim](https://bit.ly/3fKQZaL)
3+
**Django** starter styled with **[Volt Dashboard PRO](https://appseed.us/product/volt-dashboard-pro/django/)**, a premium `Bootstrap 5` KIT from `Themesberg`.
44
The product is designed to deliver the best possible user experience with highly customizable feature-rich pages.
55

66
> **NOTE**: This product `requires a License` in order to access the theme. During the purchase, a `GitHub Access TOKEN` is provided.
77
8-
- 🛒 [Django Material2 PRO](https://appseed.us/product/material-dashboard2-pro/django/) - `Product page` (contains payment links)
9-
- 👉 [Django Material2 PRO](https://django-material-dash2-pro.onrender.com) - `LIVE Demo` on Render
8+
- 🛒 [Django Volt PRO](https://appseed.us/product/volt-dashboard-pro/django/) - product page
9+
- 👉 [Django Volt PRO](https://django-volt-pro.appseed-srv1.com/) - LIVE deployment
1010
- 🚀 [Support](https://appseed.us/support/) via `Email` & `Discord`
1111

1212
<br />
1313

1414
## Features:
1515

1616
-`Up-to-date Dependencies`
17-
-`Design`: [Django Theme Material2](https://github.com/app-generator/django-admin-material2-pro) - `PRO Version`
17+
-`Design`: [Django Theme Volt](https://github.com/app-generator/django-admin-volt-pro) - `PRO Version`
1818
-`Sections` covered by the design:
1919
-**Admin section** (reserved for superusers)
2020
-**Authentication**: `Django.contrib.AUTH`, Registration
@@ -25,7 +25,7 @@ The product is designed to deliver the best possible user experience with highly
2525

2626
<br />
2727

28-
![Material Dashboard BS5 - Modern Dashboard design by Creative-Tim.](https://user-images.githubusercontent.com/51070104/209104783-22f04139-8919-457c-b21d-7383d57f07b1.png)
28+
![Volt Bootstrap 5 + Plotly.](https://user-images.githubusercontent.com/51070104/168483330-bbb694d5-6efb-4185-8e51-3dab5e8fa5eb.jpg)
2929

3030
<br />
3131

@@ -34,15 +34,15 @@ The product is designed to deliver the best possible user experience with highly
3434
> 👉 Download the code
3535
3636
```bash
37-
$ git clone https://github.com/app-generator/django-material-dashboard2-pro.git
38-
$ cd django-material-dashboard2-pro
37+
$ git clone https://github.com/app-generator/django-volt-dashboard-pro.git
38+
$ cd django-volt-dashboard-pro
3939
```
4040

4141
<br />
4242

4343
> Export `GITHUB_TOKEN` in the environment. The value is provided by AppSeed during purchase.
4444
45-
This is required because the project has a private REPO dependency: `github.com/app-generator/priv-django-admin-material-pro`
45+
This is required because the project has a private REPO dependency: `github.com/app-generator/priv-django-admin-volt-pro`
4646

4747
```bash
4848
$ export GITHUB_TOKEN='TOKEN_HERE' # for Linux, Mac
@@ -101,23 +101,5 @@ At this point, the app runs at `http://127.0.0.1:8000/`.
101101

102102
<br />
103103

104-
## Screenshots
105-
106-
![Theme Material Dashboard PRO - Main (Dark-Mode active), crafted by AppSeed.](https://user-images.githubusercontent.com/51070104/209695422-7863697f-e6c5-4b08-b395-422074e399df.jpg)
107-
108-
<br />
109-
110-
> [Django Admin Material PRO](https://github.com/app-generator/django-admin-material-pro) - `Calender` Page
111-
112-
![Theme Material Dashboard PRO - Calender Page, crafted by AppSeed.](https://user-images.githubusercontent.com/51070104/209695529-f4cea8ee-68d9-4658-bb54-110ff530c8da.jpg)
113-
114-
<br />
115-
116-
> [Django Admin Material PRO](https://github.com/app-generator/django-admin-material-pro) - `Automotive` Page
117-
118-
![Theme Material Dashboard PRO - Automotive Page, crafted by AppSeed.](https://user-images.githubusercontent.com/51070104/209695692-e681b3c8-fca8-4ebf-8803-2795bcd8f7d1.jpg)
119-
120-
<br />
121-
122104
---
123-
[Django Material2 PRO](https://appseed.us/product/material-dashboard2-pro/django/) - Minimal **Django** starter provided by **[AppSeed](https://appseed.us/)**
105+
[Django Volt PRO](https://appseed.us/product/volt-dashboard-pro/django/) - **Django** starter provided by **[AppSeed](https://appseed.us/)**

requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ django
22
gunicorn
33
python-dotenv
44
whitenoise
5-
6-
#git+https://${GITHUB_TOKEN}@github.com/app-generator/priv-django-admin-volt-pro
7-
git+https://github.com/app-generator/priv-django-admin-volt-pro
5+
git+https://${GITHUB_TOKEN}@github.com/app-generator/priv-django-admin-volt-pro
86

97
# psycopg2-binary
108
# mysqlclient

0 commit comments

Comments
 (0)