Skip to content

Commit 3d4b01c

Browse files
committed
Merge branch 'feature/update_locale' into develop
2 parents b8bc7cd + 472e46e commit 3d4b01c

File tree

12 files changed

+755
-153
lines changed

12 files changed

+755
-153
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
[![PyPI Version](https://img.shields.io/pypi/v/django-adminlte-ui.svg)](https://pypi.python.org/pypi/django-adminlte-ui)
99
[![Download Status](https://img.shields.io/pypi/dm/django-adminlte-ui.svg)](https://pypi.python.org/pypi/django-adminlte-ui)
1010
[![Build Status](https://api.travis-ci.org/wuyue92tree/django-adminlte-ui.svg)](https://travis-ci.org/wuyue92tree/django-adminlte-ui)
11+
[![Documentation Status](https://readthedocs.org/projects/django-adminlte-ui/badge/?version=latest)](https://django-adminlte-ui.readthedocs.io/en/latest/?badge=latest)
1112

1213
django admin theme base on adminlte
1314

@@ -28,6 +29,8 @@ pip install django-adminlte-ui
2829
# setup
2930

3031
```
32+
# settings.py
33+
3134
INSTALLED_APPS = [
3235
'adminlteui',
3336
'django.contrib.admin',
@@ -42,6 +45,11 @@ INSTALLED_APPS = [
4245
]
4346
```
4447

48+
# Init models
49+
```
50+
python manage.py migrate django_admin_settings
51+
```
52+
4553
# screen shot
4654

4755
## login page
@@ -55,3 +63,12 @@ INSTALLED_APPS = [
5563

5664
## form page
5765
![form page](./images/form.png)
66+
67+
## general_option
68+
![general_option](./images/general_option.jpg)
69+
70+
# Donate
71+
72+
Your donation take me higher. 🚀
73+
74+
![alipay](./images/alipay.png)

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@ setup
3030
...
3131
]
3232

33+
Init models
34+
===========
35+
36+
::
37+
38+
python manage.py migrate django_admin_settings
1.02 KB
Binary file not shown.

0 commit comments

Comments
 (0)