Skip to content

Commit

Permalink
Recommend to update the urls.py file before running the resetsearchin…
Browse files Browse the repository at this point in the history
…dexes, populate... to avoid some django errors running them
  • Loading branch information
aarranz committed Sep 21, 2016
1 parent fb9a256 commit ab2574b
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions docs/administration_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,23 +169,9 @@ $ wirecloud-admin --version
> 1.9.9
> ```
WireCloud 1.0 has added a search index for workspaces, you have to initialize it
by running the `resetsearchindexes` command:
```
$ python manage.py resetsearchindexes
```
WireCloud 1.0 added some predefined dashboards, so you have to create them by
running the following command:
```
$ python manage.py populate
```
WireCloud 1.0 has also changed some url definitions to remove some django
warnings, so you should update your `urls.py` file. In particular, you have to
change the following lines:
WireCloud 1.0 has changed some url definitions to remove some django warnings,
so you should update your `urls.py` file. In particular, you have to change the
following lines:
```python
...
Expand Down Expand Up @@ -214,6 +200,20 @@ To:

```

WireCloud 1.0 has also added a search index for workspaces, you have to
initialize it by running the `resetsearchindexes` command:

```
$ python manage.py resetsearchindexes
```

WireCloud 1.0 added some predefined dashboards, so you have to create them by
running the following command:

```
$ python manage.py populate
```

Also, WireCloud 1.0 provides support for real-time synchronization using web
sockets, see the [Enabling the real-time synchronization
support](installation_guide#enabling-the-real-time-synchronization-support)
Expand Down

0 comments on commit ab2574b

Please sign in to comment.