Skip to content

Commit

Permalink
Release v1.0.0 - DOCS Update & Links CleanUP
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Oct 19, 2022
1 parent c64670d commit bd1b01f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 15 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# CHANGELOG

## [1.0.0] 2022-10-19
### Improvements

- README Update
- Links & Texts

## [0.0.1] 2022-09-28
### Initial Release
Expand Down
39 changes: 25 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,31 @@
# [Django Admin Material](https://pypi.org/project/django-admin-material-dashboard/) Dashboard
# [Django Admin Material](https://github.com/app-generator/django-admin-material-dashboard)

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

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

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

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

## Why Django Material Dashboard?
<br />

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

<br>

## Why `Django Admin Material`

- Modern `Bootstrap 5` Design
- `Responsive Interface`
- `Minimal Template` overriding
- `Easy integration`

<br />

## How to use it

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

## Screenshots

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

<br />

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

<br />

---
**Django Admin Material Dashboard** - Open-source Admin THEME provided by **[AppSeed](https://appseed.us/)**
**[Django Admin Material](https://github.com/app-generator/django-admin-material-dashboard)** - Modern Admin Interface provided by **[AppSeed](https://appseed.us/)**
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='django-admin-material-dashboard',
version='0.0.1',
version='1.0.0',
zip_safe=False,
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit bd1b01f

Please sign in to comment.