Django CMS 3.11.10 Documentation
of good code, including an emphasis on automated testing Software version requirements and release notes This document refers to version 3.11.10. Long-term support (LTS) Django has a long-term support (LTS) ✓ ✓ ✓ ✓ × ✓ ✓ LTS See the repository’s setup.cfg for details of dependencies, or the Release notes & upgrade information for information about what is required or has changed in particular versions of the venv .venv # create a virtualenv source .venv/bin/activate # activate it pip install --upgrade pip # Upgrade pip to install the release candidate version of django CMS. It will also install its dependencies0 码力 | 493 页 | 1.44 MB | 6 月前0.03Django CMS 3.9.x Documentation
of good code, including an emphasis on automated testing Software version requirements and release notes This document refers to version 3.10.0. Django/Python compatibility table LTS in the table indicates LTS See the repository’s setup.py for more specific details of dependencies, or the Release notes & upgrade information for information about what is required or has changed in particular versions of the here [https://docs.django- cms.org/en/latest/index.html#software-version-requirements-and-release-notes] 1.2. Your working environment We’re going to assume that you have a reasonably recent version of0 码力 | 417 页 | 1.68 MB | 6 月前3Django CMS 4.1.x Documentation
of good code, including an emphasis on automated testing Software version requirements and release notes This document refers to version 4.1.5. Long-term support (LTS) Django has a long-term support (LTS) × × × × × × ✓ LTS See the repository’s setup.cfg for details of dependencies, or the Release notes & upgrade information for information about what is required or has changed in particular versions of the venv .venv # create a virtualenv source .venv/bin/activate # activate it pip install --upgrade pip # Upgrade pip pip install django-cms djangocms myproject django-admin startproject myproject --template0 码力 | 518 页 | 1.66 MB | 6 月前3Django CMS 3.8.x Documentation
of good code, including an emphasis on automated testing Software version requirements and release notes This document refers to version 3.8.0. Django/Python compatibility table LTS in the table indicates ✓ ✓ See the repository’s setup.py for more specific details of dependencies, or the Release notes & upgrade information for information about what is required or has changed in particular versions of the installer. Make sure yours is up-to-date, as earlier versions can be less reliable: pip install --upgrade pip 1.2.3. Use the django CMS installer The django CMS installer [https://github.com/nephila/djangocms-installer]0 码力 | 413 页 | 1.67 MB | 6 月前3django cms 3.7.x Documentation
good code, including an emphasis on automated testing Software version requirements and release notes This document refers to version 3.7.4. Django/Python compatibility table LTS in the table indicates ✓ ✓ See the repository’s setup.py for more specific details of dependencies, or the Release notes & upgrade information for information about what is required or has changed in particular versions of the installer. Make sure yours is up-to-date, as earlier versions can be less reliable: pip install --upgrade pip 1.2.3. Use the django CMS installer The django CMS installer [https://github.com/nephila/djangocms-installer]0 码力 | 409 页 | 1.67 MB | 1 年前3django cms 3.3.x Documentation
developer community a strong culture of good code, including an emphasis on automated testing Release Notes This document refers to version 3.3.4 Warning Version 3.0 introduces some significant changes that Release notes & upgrade information 3.3.4 release notes 3.3.3 release notes 3.3.2 release notes 3.3.1 release notes 3.3 release notes 3.2.5 release notes 3.2.4 release notes 3.2.3 release notes 3.2.2 release release notes 3.2.1 release notes 3.2 release notes 3.1.5 release notes 3.1.4 release notes - Unreleased - Draft 3.1.3 release notes 3.1.2 release notes 3.1.1 release notes 3.1 release notes 3.0.16 release0 码力 | 386 页 | 1.56 MB | 1 年前3django cms 3.5.x Documentation
good code, including an emphasis on automated testing Software version requirements and release notes This document refers to version 3.5.4. Django/Python compatibility table django CMS Django Python ✓ ✓ See the repository’s setup.py for more specific details of dependencies, or the Release notes & upgrade information for information about what is required or has changed in particular versions of the installer. Make sure yours is up-to-date, as earlier versions can be less reliable: pip install --upgrade pip Use the django CMS installer The django CMS installer [https://github.com/nephila/djangocms-installer]0 码力 | 403 页 | 1.69 MB | 1 年前3django cms 3.4.x Documentation
good code, including an emphasis on automated testing Software version requirements and release notes This document refers to version 3.4.7. Django/Python compatibility table django CMS Django Python ✓ ✓ See the repository’s setup.py for more specific details of dependencies, or the Release notes & upgrade information for information about what is required or has changed in particular versions of the installer. Make sure yours is up-to-date, as earlier versions can be less reliable: pip install --upgrade pip Use the django CMS installer The django CMS installer [https://github.com/nephila/djangocms-installer]0 码力 | 395 页 | 1.64 MB | 1 年前3Celery v4.4.5 Documentation
>>> res = c2() >>> res.get() 352 Chaining a group together with another task will automatically upgrade it to be a chord: >>> c3 = (group(add.s(i, i) for i in range(10)) | xsum.s()) >>> res = c3() >>> result backend is disabled for any task (header or body) in your chord you should read “Important Notes.” Chords are not currently supported with the RPC result backend. A chord is a task that only executes s(i, i) for i in range(10)) | ... xsum.s().on_error(on_chord_error.s())).delay() Important Notes Tasks used within a chord must not ignore their results. In practice this means that you must enable0 码力 | 1215 页 | 1.44 MB | 1 年前3Celery 4.4.3 Documentation
>>> res = c2() >>> res.get() 352 Chaining a group together with another task will automatically upgrade it to be a chord: >>> c3 = (group(add.s(i, i) for i in range(10)) | xsum.s()) >>> res = c3() >>> result backend is disabled for any task (header or body) in your chord you should read “Important Notes.” Chords are not currently supported with the RPC result backend. A chord is a task that only executes s(i, i) for i in range(10)) | ... xsum.s().on_error(on_chord_error.s())).delay() Important Notes Tasks used within a chord must not ignore their results. In practice this means that you must enable0 码力 | 1209 页 | 1.44 MB | 1 年前3
共 582 条
- 1
- 2
- 3
- 4
- 5
- 6
- 59