File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -79,18 +79,19 @@ July 6th 2017 - New location for system settings
7979Pull request #313 moves a number of system settings previously located in the application's settings.py
8080to 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
8787which values you want to set for each setting, as they're not automatically migrated from settings.py.
8888
8989If 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
You can’t perform that action at this time.
0 commit comments