@@ -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...
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+
217217Also, WireCloud 1.0 provides support for real-time synchronization using web
218218sockets, see the [ Enabling the real-time synchronization
219219support] ( installation_guide#enabling-the-real-time-synchronization-support )
0 commit comments