Skip to content

Commit ab2574b

Browse files
committed
Recommend to update the urls.py file before running the resetsearchindexes, populate... to avoid some django errors running them
1 parent fb9a256 commit ab2574b

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

docs/administration_guide.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -169,23 +169,9 @@ $ wirecloud-admin --version
169169
> 1.9.9
170170
> ```
171171
172-
WireCloud 1.0 has added a search index for workspaces, you have to initialize it
173-
by running the `resetsearchindexes` command:
174-
175-
```
176-
$ python manage.py resetsearchindexes
177-
```
178-
179-
WireCloud 1.0 added some predefined dashboards, so you have to create them by
180-
running the following command:
181-
182-
```
183-
$ python manage.py populate
184-
```
185-
186-
WireCloud 1.0 has also changed some url definitions to remove some django
187-
warnings, so you should update your `urls.py` file. In particular, you have to
188-
change the following lines:
172+
WireCloud 1.0 has changed some url definitions to remove some django warnings,
173+
so you should update your `urls.py` file. In particular, you have to change the
174+
following lines:
189175
190176
```python
191177
...
@@ -214,6 +200,20 @@ To:
214200

215201
```
216202

203+
WireCloud 1.0 has also added a search index for workspaces, you have to
204+
initialize it by running the `resetsearchindexes` command:
205+
206+
```
207+
$ python manage.py resetsearchindexes
208+
```
209+
210+
WireCloud 1.0 added some predefined dashboards, so you have to create them by
211+
running the following command:
212+
213+
```
214+
$ python manage.py populate
215+
```
216+
217217
Also, WireCloud 1.0 provides support for real-time synchronization using web
218218
sockets, see the [Enabling the real-time synchronization
219219
support](installation_guide#enabling-the-real-time-synchronization-support)

0 commit comments

Comments
 (0)