We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17005a9 + cecf31d commit 04f5c79Copy full SHA for 04f5c79
README.rst
@@ -62,7 +62,9 @@ to adapt and override them to your project's requirements.
62
63
This addon provides a ``default`` template for all instances. You can provide
64
additional template choices by adding a ``DJANGOCMS_FILE_TEMPLATES``
65
-setting::
+setting:
66
+
67
+.. code-block:: python
68
69
DJANGOCMS_FILE_TEMPLATES = [
70
('feature', _('Featured Version')),
@@ -77,7 +79,9 @@ copying the ``default`` folder inside that directory and renaming it to
77
79
Running Tests
78
80
-------------
81
-You can run tests by executing::
82
+You can run tests by executing:
83
84
+.. code-block:: bash
85
86
virtualenv env
87
source env/bin/activate
0 commit comments