Skip to content

Commit

Permalink
Release v1.0.2 - DOCS update (readme)
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Jan 9, 2023
1 parent 1ff9a14 commit 7540eeb
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 17 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## [1.0.2] 2023-01-09
### Changes

- DOCS Update (Readme)

## [1.0.1] 2022-12-10
### Changes

Expand Down
35 changes: 19 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# [Django AdminLTE Theme](https://github.com/app-generator/django-admin-adminlte)
# [Django AdminLTE Theme](https://appseed.us/product/adminlte/django/)

Modern template for **Django Admin Interface** coded on top of **AdminLTE**, the iconic dashboard template.
Modern template for **Django Admin Interface** coded on top of **[AdminLTE](https://appseed.us/product/adminlte/django/)**, the iconic dashboard template.

> Actively supported by [AppSeed](https://appseed.us/) via `Email` and `Discord`.
<br>

**Links & Resources**

- [Django AdminLTE](https://appseed.us/product/adminlte/django/) - `Product page`
- `Features`: Fully-configured, `CI/CD` via Render
- UI Kit: [AdminLTE](https://github.com/ColorlibHQ/AdminLTE) `v3.2.0` by ColorLib
- [Django AdminLTE](https://adminlte-django.appseed-srv1.com/) - LIVE Demo
- [Django AdminLTE](https://github.com/app-generator/django-admin-adminlte_p) - `playground project`

<br />

Expand All @@ -20,7 +20,7 @@ Modern template for **Django Admin Interface** coded on top of **AdminLTE**, the

## Why `Django AdminLTE Theme`

- Modern `Bootstrap` Design
- Modern [Bootstrap](https://www.admin-dashboards.com/bootstrap-5-templates/) Design
- `Responsive Interface`
- `Minimal Template` overriding
- `Easy integration`
Expand All @@ -43,7 +43,7 @@ $ pip install git+https://github.com/app-generator/django-admin-adminlte.git

<br />

> Add `admin_material` application to the `INSTALLED_APPS` setting of your Django project `settings.py` file (note it should be before `django.contrib.admin`):
> Add `admin_adminlte` application to the `INSTALLED_APPS` setting of your Django project `settings.py` file (note it should be before `django.contrib.admin`):
```python
INSTALLED_APPS = (
Expand Down Expand Up @@ -104,23 +104,26 @@ Access the `admin` section in the browser: `http://127.0.0.1:8000/`

<br />

## Screenshots
## [PRO Version](https://appseed.us/product/material-dashboard2-pro/django/)

![Django AdminLTE Theme - SignIN Page (crafted by AppSeed).](https://user-images.githubusercontent.com/51070104/206859978-d0aae8a7-9251-44ff-8090-c11b3669b18a.jpg)
This design is a pixel-perfect [Bootstrap 5](https://www.admin-dashboards.com/bootstrap-5-templates/) Dashboard with a fresh, new design inspired by Google's Material Design. `Material Dashboard 2 PRO` is built with over 300 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining.

<br />

> [Django AdminLTE Theme](https://github.com/app-generator/django-admin-adminlte) - `Calendar Page`
> Features:
![Django AdminLTE Theme - Calendar Widget (crafted by AppSeed).](https://user-images.githubusercontent.com/51070104/206860019-c14536c2-60d1-40d6-99ef-c0efeafdddd1.jpg)
- `Up-to-date Dependencies`
- `Design`: [Django Theme Material2](https://github.com/app-generator/django-material-dashboard2-pro) - `PRO Version`
- `Sections` covered by the design:
- **Admin section** (reserved for superusers)
- **Authentication**: `Django.contrib.AUTH`, Registration
- **All Pages** available in for ordinary users
- `Docker`, `Deployment`:
- `CI/CD` flow via `Render`

<br />

> [Django AdminLTE Theme](https://github.com/app-generator/django-admin-adminlte) - `Dark Mode`
![Django AdminLTE Theme - Dark Mode Activated (crafted by AppSeed).](https://user-images.githubusercontent.com/51070104/206860071-70f9cd53-65f5-4f6f-a585-6a8340cdc69c.jpg)
![Material Dashboard 2 Pro](https://user-images.githubusercontent.com/51070104/211141418-6b7886eb-6fb3-433e-91c9-2895c086099a.png)

<br />

---
**[Django AdminLTE Theme](https://github.com/app-generator/django-admin-adminlte)** - Modern Admin Interface provided by **[AppSeed](https://appseed.us/)**
**[Django AdminLTE Theme](https://appseed.us/product/adminlte/django/)** - 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-adminlte',
version='1.0.1',
version='1.0.2',
zip_safe=False,
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 7540eeb

Please sign in to comment.