File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -101,27 +101,6 @@ environment, and will be set to ``True`` when building on RTD::
101
101
102
102
103
103
104
- `Client Error 401 ` when building documentation
105
- ----------------------------------------------
106
-
107
- If you did not install the `test_data ` fixture during the installation
108
- instructions, you will get the following error::
109
-
110
- slumber.exceptions.HttpClientError: Client Error 401: http://localhost:8000/api/v1/version/
111
-
112
- This is because the API admin user does not exist, and so cannot authenticate.
113
- You can fix this by loading the test_data::
114
-
115
- ./manage.py loaddata test_data
116
-
117
- If you'd prefer not to install the test data, you'll need to provide a database
118
- account for the builder to use. You can provide these credentials by editing the
119
- following settings::
120
-
121
- SLUMBER_USERNAME = 'test'
122
- SLUMBER_PASSWORD = 'test'
123
-
124
-
125
104
How do I host multiple projects on one custom domain?
126
105
-----------------------------------------------------
127
106
You can’t perform that action at this time.
0 commit comments