1 Star 0 Fork 0

西北有高楼/django-cms-quickstart

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
requirements.in 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
# Compile this file for changes to take effect:
# pip-compile requirements.in >> requirements.txt
django>=3.1,<3.2 # 3.2 has dark admin theme which looks bad in custom django CMS admin views
dj-database-url==0.5.0
django-storage-url==0.5.0
whitenoise==5.2.0
boto3==1.14.49
psycopg2==2.8.5
uwsgi==2.0.19.1
# key requirements for django CMS
django-cms<4
django-classy-tags>=2.0
django-sekizai>=2.0
six
pytz
# optional, but used in most projects
djangocms-admin-style>=2.0,<3.0
# the default CKEditor - optional, but used in most projects
djangocms-text-ckeditor>=4.0,<5.0
# some content plugins - optional, but used in most projects
djangocms-link>=3.0,<4.0
djangocms-icon>=2.0,<3.0
djangocms-style>=3.0,<4.0
djangocms-googlemap>=2.0,<3.0
djangocms-video>=3.0,<4.0
djangocms-file>=3.0,<4.0
djangocms-picture>=3.0,<4.0
# optional django CMS Bootstrap 4 modules
djangocms-bootstrap4>=2.0,<3.0
# optional django CMS Bootstrap 5 modules (alpha) - requires BS5 frontend setup in the templates
# as of Q4 2021 there are still basic issues with djangocms-bootstrap5
# https://github.com/gl-agnx/djangocms-bootstrap5/archive/refs/heads/master.zip#egg=djangocms_bootstrap5
# Django Filer - optional, but used in most projects (alpha)
https://github.com/django-cms/django-filer/archive/refs/tags/2.1rc4.zip#egg=django-filer
pip-tools # needed for compilation of this file into requirements.txt, see start of file
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/chuli0228/django-cms-quickstart.git
git@gitee.com:chuli0228/django-cms-quickstart.git
chuli0228
django-cms-quickstart
django-cms-quickstart
develop

搜索帮助