You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ Open `http://localhost` to view it in the browser. In this usage your request wi
96
96
97
97
The primary use case for this will be when making changes to the Nginx container image that runs in production and hosts the static file content, or also if making changes to the Gunicorn config.
98
98
99
-
Changes of this sort should be carefully evaluated as they may require interaction with systems managed by devops/sysops folks.
99
+
Changes of this sort should be carefully evaluated as they may require interaction with systems managed by devops folks.
100
100
101
101
## [Django admin](https://docs.djangoproject.com/en/4.1/ref/contrib/admin/) web interface (user should be `is_staff` or `is_superuser`)
102
102
`http://localhost:8000/admin`
@@ -165,4 +165,4 @@ Each environment is essentially a bunch of different services all governed by `d
165
165
166
166
### Control of the deployed environment
167
167
168
-
The environment and secrets used for deployment live in <https://github.com/cmu-delphi/delphi-ansible-web>. Any changes to the environment should be made there and then tested and validated by DevOps folks.
168
+
The environment and secrets used for deployment live in <https://github.com/cmu-delphi/delphi-ansible-web>. Any changes to the environment should be made there and then tested and validated by devops folks.
0 commit comments