-
在INSTALLED_APPS中加入’crispy_forms’
-
django-crispy-forms可以选择四种css库,分别是bootstrap,bootstrap3,uni-from以及foundation,当你选定一种后,你需要在settings.py中设置,例如
CRISPY_TEMPLATE_PACK = ‘bootstrap’
LBForum一个论坛引擎,是一个快速简单的论坛,它使用 Django 框架( 用 python 语言编写),在配置文件INSTALLED_APPS中添加 - ‘el_pagination’,
- ‘djangobower’,
- ‘lbattachment’,
- ‘lbutils’,
- ‘easy_thumbnails’,
- ‘constance’,
- ‘constance.backends.database’,
-
‘lbforum’,
在INSTALLED_APPS中加入’lbworkflow’ - 工作流引擎
django配置文件详解
最新推荐文章于 2024-08-22 08:25:43 发布