Skip to content

Commit eb22d7b

Browse files
committed
add gitter
1 parent f8b1364 commit eb22d7b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,25 @@
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)
1111
[![Documentation Status](https://readthedocs.org/projects/django-adminlte-ui/badge/?version=latest)](https://django-adminlte-ui.readthedocs.io/en/latest/?badge=latest)
12+
[![Gitter](https://badges.gitter.im/django-adminlte-ui/community.svg)](https://gitter.im/django-adminlte-ui/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
1213

1314
django admin theme base on adminlte
1415

1516
adminlte version: 2.3.6
1617

17-
# helper
18+
# Helper
1819

1920
- if you have good ideas, just contact me.
2021
- if you find some bug, just add an issue.
2122
- if you think this project is good, just star and fork, make it better 🍉.
2223

23-
# install
24+
# Install
2425

2526
```
2627
pip install django-adminlte-ui
2728
```
2829

29-
# setup
30+
# Setup
3031

3132
```
3233
# settings.py
@@ -52,7 +53,7 @@ INSTALLED_APPS = [
5253
python manage.py migrate django_admin_settings
5354
```
5455

55-
# screen shot
56+
# Screen shot
5657

5758
## login page
5859
![login](./images/login.jpg)

0 commit comments

Comments
 (0)