Skip to content

Commit 83d006f

Browse files
committed
Merge branch 'release/1.0.0b2'
2 parents b919c76 + 6d034fc commit 83d006f

Some content is hidden

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

42 files changed

+576
-9
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1+
<p align="center">
2+
<a href="https://github.com/wuyue92tree/django-adminlte-ui">
3+
   <img alt="title" src="./images/django-adminlte-ui.jpg" width="400">
4+
</a>
5+
</p>
6+
17
# django-adminlte-ui
8+
[![PyPI Version](https://img.shields.io/pypi/v/django-adminlte-ui.svg)](https://pypi.python.org/pypi/django-adminlte-ui)
9+
[![Download Status](https://img.shields.io/pypi/dm/django-adminlte-ui.svg)](https://pypi.python.org/pypi/django-adminlte-ui)
10+
[![Build Status](https://api.travis-ci.org/wuyue92tree/django-adminlte-ui.svg)](https://travis-ci.org/wuyue92tree/django-adminlte-ui)
211

312
django admin theme base on adminlte
413

@@ -26,3 +35,17 @@ INSTALLED_APPS = [
2635
...
2736
]
2837
```
38+
39+
# screen shot
40+
41+
## login page
42+
![login](./images/login.jpg)
43+
44+
## dashboard
45+
![dashboard](./images/dashboard.jpg)
46+
47+
## table list
48+
![table list](./images/table-list.jpg)
49+
50+
## form page
51+
![form page](./images/form.png)

adminlteui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '1.0.0b1'
1+
version = '1.0.0b2'

0 commit comments

Comments
 (0)