8000 Update djangocms installer docs (#6764) · django-cms/django-cms@f389439 · GitHub
[go: up one dir, main page]

Skip to content

Commit f389439

Browse files
yakkyFinalAngel
authored andcommitted
Update djangocms installer docs (#6764)
1 parent 80651e2 commit f389439

File tree

2 files changed

+4
-17
lines changed

2 files changed

+4
-17
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Changelog
2727
* Improved apphooks documentation.
2828
* Improved CMSPluginBase documentation.
2929
* Improved documentation related to nested plugins.
30-
* Fixed a simple typo in the docstring for cms.utils.helpers.normalize_name
30+
* Updated installation tutorial.
31+
* Fixed a simple typo in the docstring for ``cms.utils.helpers.normalize_name``.
3132

3233

3334
3.7.0 (2019-09-25)

docs/introduction/01-install.rst

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ Update pip inside the virtual environment
4545
Use the django CMS installer
4646
============================
4747

48-
.. note::
49-
50-
The django CMS Installer is not yet available for django CMS 3.6 or Django 2 or later.
51-
52-
This section will be updated or removed before the final release of django CMS 3.6.
5348

5449
The `django CMS installer <https://github.com/nephila/djangocms-installer>`_ is
5550
a helpful script that takes care of setting up a new project.
@@ -67,25 +62,16 @@ Create a new directory to work in, and ``cd`` into it::
6762

6863
Run it to create a new Django project called ``mysite``::
6964

70-
djangocms -f -p . mysite
65+
djangocms mysite
7166

7267
This means:
7368

7469
* run the django CMS installer
75-
* install Django Filer too (``-f``) - **required for this tutorial**
76-
* use the current directory as the parent of the new project directory (``-p .``)
7770
* call the new project directory ``mysite``
7871

79-
.. note:: **About Django Filer**
80-
81-
Django Filer, a useful application for managing files and processing images. Although it's not
82-
required for django CMS itself, a vast number of django CMS addons use it, and nearly all django
83-
CMS projects have it installed. If you know you won't need it, omit the flag. See the `django
84-
CMS installer documentation for more information <https://djangocms-installer.readthedocs.io>`_.
85-
8672

8773
.. warning::
88-
djangocms-installer expects directory ``.`` to be empty at this stage, and will check for this,
74+
djangocms-installer expects current directory to be empty at this stage, and will check for this,
8975
and will warn if it's not. You can get it to skip the check and go ahead anyway using the ``-s``
9076
flag; **note that this may overwrite existing files**.
9177

0 commit comments

Comments
 (0)
0