Skip to content

Commit e911e91

Browse files
committed
Formatting fixes
1 parent 9afc8b5 commit e911e91

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

docs/upgrading.rst

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,19 @@ July 6th 2017 - New location for system settings
7979
Pull request #313 moves a number of system settings previously located in the application's settings.py
8080
to a model that can be used and changed within the web application under "Configuration -> System Settings".
8181

82-
If you're using a custom `URL_PREFIX` you will need to set this in the model after upgrading by
83-
editing `dojo/fixtures/system_settings.json` and setting your URL prefix in the `url_prefix` value there.
84-
Then issue the command `./manage.py loaddata system_settings.json` to load your settings into the database.
82+
If you're using a custom ``URL_PREFIX`` you will need to set this in the model after upgrading by
83+
editing ``dojo/fixtures/system_settings.json`` and setting your URL prefix in the ``url_prefix`` value there.
84+
Then issue the command ``./manage.py loaddata system_settings.json`` to load your settings into the database.
8585

86-
If you're not using a custom `URL_PREFIX`, after upgrading simply go to the System Settings page and review
86+
If you're not using a custom ``URL_PREFIX``, after upgrading simply go to the System Settings page and review
8787
which values you want to set for each setting, as they're not automatically migrated from settings.py.
8888

8989
If you like you can then remove the following settings from settings.py to avoid confusion:
90-
- `ENABLE_DEDUPLICATION`
91-
- `ENABLE_JIRA`
92-
- `S_FINDING_SEVERITY_NAMING`
93-
- `URL_PREFIX`
94-
- `TIME_ZONE`
95-
- `TEAM_NAME`
90+
91+
* ``ENABLE_DEDUPLICATION``
92+
* ``ENABLE_JIRA``
93+
* ``S_FINDING_SEVERITY_NAMING``
94+
* ``URL_PREFIX``
95+
* ``TIME_ZONE``
96+
* ``TEAM_NAME``
9697

0 commit comments

Comments
 (0)