Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
newpanjing committed Apr 3, 2019
1 parent d24a174 commit d57276d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,22 @@ python setup.py sdist install
```
用pip或者源码方式安装simpleui后,在自己项目的settings.py文件中INSTALLED_APPS的第一行加入`simpleui`

举个例子🌰:
```python
# Application definition

INSTALLED_APPS = [
'simpleui',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
...
]
```

## 常见问题:

1. 如果关闭debug模式后,请执行以下命令将simpleui静态文件静态文件克隆到根目录
Expand Down

0 comments on commit d57276d

Please sign in to comment.