手风琴表演
它是 django cms 3.0.6 和 django 1.7 的简单水平 (cycle2) 手风琴。
安装
从pypi安装
$ pip install accordion_presentation
或从 git 克隆
$ git clone https://github.com/luisza/accordion_presentation.git
$ cd accordion_presentation
$ python setup.py install
设置
并放入你的应用程序
INSTALLED_APPS = (
...
' accordion_presentation ',
'paintstore'
)
运行迁移
$ python manager.py migrate
2021-07-13 20:05:47
33KB
Python
1