10000 update: LTS overview by fsbraun · Pull Request #33 · django-cms/docs · GitHub
[go: up one dir, main page]

Skip to content
< 8000 div id="partial-discussion-header" class="gh-header mb-3 js-details-container Details js-socket-channel js-updatable-content pull request js-pull-header-details" data-channel="eyJjIjoicHVsbF9yZXF1ZXN0OjE2MDkzODg5MDMiLCJ0IjoxNzUzNTU5ODE0fQ==--0b08b718d09d5507c342186e872733c60abdb11dadc32afde10094fa93a9d0bf" data-url="/django-cms/docs/pull/33/partials/title?sticky=false" data-channel-event-name="title_updated" data-pull-is-open="false" data-gid="PR_kwDOIXtnVs5f7VNn">

update: LTS overview #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove installer mention
  • Loading branch information
fsbraun committed Nov 21, 2023
commit f84b759c1a782655e111afdf9f6632bb8c957a0d
3 changes: 2 additions & 1 deletion docs/introduction/01-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ django CMS also has other requirements, which it lists as dependencies in its ``

Then::

pip install django-cms==4.1rc1
pip install django-cms\>=4.1

to install the release candidate version of django CMS. It will also install its dependencies including Django.

Expand Down Expand Up @@ -318,6 +318,7 @@ in the ``TEMPLATES['OPTIONS']['context_processors']``:
"OPTIONS": {
"context_processors": [
...
"django.template.context_processors.i18n",
"sekizai.context_processors.sekizai",
],
},
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ in the order presented here.
09-third_party

If you want to install django CMS into an existing project, or prefer to configure django CMS by
hand, rather than using the automated installer, see :doc:`/how_to/01-install` and then follow the
hand, rather than using the django CMS quistart project, see :doc:`/how_to/01-install` and then follow the
rest of the tutorials.

Either way, you'll be able to find support and help from the numerous friendly members of the
Expand Down
0