Merge "doc: use "python manage.py" directly rather "tox -e manage""
This commit is contained in:
commit
0cbbc046d5
doc/source
@ -66,8 +66,11 @@ theme's ``_variables.scss``::
|
||||
|
||||
@import "/themes/default/variables";
|
||||
|
||||
Once you have made your changes you must re-generate the static files with
|
||||
``tox -e manage -- collectstatic``.
|
||||
Once you have made your changes you must re-generate the static files with:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
python manage.py collectstatic
|
||||
|
||||
By default, all of the themes configured by ``AVAILABLE_THEMES`` setting are
|
||||
collected by horizon during the `collectstatic` process. By default, the themes
|
||||
|
@ -128,7 +128,7 @@ be able to use "Profile" menu, the following steps need to be completed:
|
||||
``/etc/mongod.conf`` to ``0.0.0.0`` and invoke
|
||||
``sudo service mongod restart``.
|
||||
#. Collect and compress static assets with
|
||||
``tox -e manage -- collectstatic -c`` and ``tox -e manage -- compress``
|
||||
``python manage.py collectstatic -c`` and ``python manage.py compress``
|
||||
#. Restart the web server.
|
||||
#. The "Profile" drop-down menu should appear in the top-right corner, you are
|
||||
ready to profile your pages!
|
||||
|
Loading…
x
Reference in New Issue
Block a user