Skip to content

Commit 834d947

Browse files
committed
update README
1 parent 0e57750 commit 834d947

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ INSTALLED_APPS = [
2323
'django.contrib.sessions',
2424
'django.contrib.messages',
2525
'django.contrib.staticfiles',
26+
...
2627
]
2728
```

README.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
django-adminlte-ui
2+
==================
3+
4+
django admin theme base on adminlte
5+
6+
adminlte version: 2.3.6
7+
8+
install
9+
=======
10+
11+
::
12+
13+
pip install django-adminlte-ui
14+
15+
setup
16+
=====
17+
18+
::
19+
20+
INSTALLED_APPS = [
21+
'adminlteui',
22+
'django.contrib.admin',
23+
'django.contrib.auth',
24+
'django.contrib.sites',
25+
'django.contrib.sitemaps',
26+
'django.contrib.contenttypes',
27+
'django.contrib.sessions',
28+
'django.contrib.messages',
29+
'django.contrib.staticfiles',
30+
...
31+
]
32+

0 commit comments

Comments
 (0)