Skip to content

Commit bd1b01f

Browse files
committedOct 19, 2022
Release v1.0.0 - DOCS Update & Links CleanUP
1 parent c64670d commit bd1b01f

File tree

3 files changed

+33
-15
lines changed

3 files changed

+33
-15
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# CHANGELOG
2+
3+
## [1.0.0] 2022-10-19
4+
### Improvements
5+
6+
- README Update
7+
- Links & Texts
18

29
## [0.0.1] 2022-09-28
310
### Initial Release

‎README.md

+25-14
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,31 @@
1-
# [Django Admin Material](https://pypi.org/project/django-admin-material-dashboard/) Dashboard
1+
# [Django Admin Material](https://github.com/app-generator/django-admin-material-dashboard)
22

3-
Modern template for **Django Admin Interface** coded on top of **[Material Dashboard](https://www.creative-tim.com/product/material-dashboard?AFFILIATE=128200)** (free version).
3+
Modern template for **Django Admin Interface** coded on top of **Material Dashboard**, an open-source `Boostrap 5` design from `Creative-Tim`.
44

5-
> UI Kit: [Material Dashboard](https://github.com/creativetimofficial/material-dashboard) **v3.0.4** designed by `Creative-Tim`
5+
> Actively supported by [AppSeed](https://appseed.us/) via `Email` and `Discord`.
66
7-
<br />
7+
<br>
88

9-
![Django Admin Material Dashboard - Edit users page.](https://user-images.githubusercontent.com/51070104/192813418-8738c303-b550-4e2c-bb8d-281376504cf4.jpg)
9+
**Links & Resources**
1010

11-
<br />
11+
- [Django Material Dashboard](https://appseed.us/product/material-dashboard/django/) - free starter with the same design
12+
- [Django Material Dashboard](https://django-material-dashboard.appseed-srv1.com/) - LIVE Demo
1213

13-
## Why Django Material Dashboard?
14+
<br />
1415

15-
- Bootstrap 5 Design (Free version) provided by **Creative-Tim**
16-
- New fresh look
17-
- Responsive mobile interface
18-
- Useful admin home page
19-
- Minimal template overriding
20-
- Easy integration
16+
![Django Admin Material Dashboard - Edit users page.](https://user-images.githubusercontent.com/51070104/169301658-6cf27993-c451-4cd4-9ffa-2968b8981167.png)
2117

2218
<br>
2319

20+
## Why `Django Admin Material`
21+
22+
- Modern `Bootstrap 5` Design
23+
- `Responsive Interface`
24+
- `Minimal Template` overriding
25+
- `Easy integration`
26+
27+
<br />
28+
2429
## How to use it
2530

2631
<br />
@@ -75,11 +80,17 @@ Access the `admin` section in the browser: `http://127.0.0.1:8000/`
7580

7681
## Screenshots
7782

83+
> **Material Dashboard Theme** - `Admin Section`
84+
7885
![Django Admin Material Dashboard - Admin dashboard page.](https://user-images.githubusercontent.com/51070104/192813541-14f0eb32-fdbf-415b-ad67-07364784a133.jpg)
7986

8087
<br />
8188

89+
> **Material Dashboard Theme** - `Admin Widgets`
90+
8291
![Django Admin Material Dashboard - New User Page.](https://user-images.githubusercontent.com/51070104/192813655-8772ae21-b707-42a4-b2ba-15d648bf2768.jpg)
8392

93+
<br />
94+
8495
---
85-
**Django Admin Material Dashboard** - Open-source Admin THEME provided by **[AppSeed](https://appseed.us/)**
96+
**[Django Admin Material](https://github.com/app-generator/django-admin-material-dashboard)** - Modern Admin Interface provided by **[AppSeed](https://appseed.us/)**

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='django-admin-material-dashboard',
11-
version='0.0.1',
11+
version='1.0.0',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,

0 commit comments

Comments
 (0)