Skip to content

Commit

Permalink
Improve install guide
Browse files Browse the repository at this point in the history
  • Loading branch information
aarranz committed Sep 21, 2016
1 parent ab2574b commit d38245b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/administration_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,19 @@ To:

```

> **NOTE**: If you plan to upgrade to Django 1.10, take into account that
> there were some deprecations regarding the syntax of the `url.py` file. We
> have updated the `urls.py` template in WireCloud 1.0 to support Django
> 1.8-1.10 but if you created your WireCloud instance using an older version,
> you will have to update it manually. You can find the current template at
> [github](https://github.com/Wirecloud/wirecloud/blob/develop/src/wirecloud/commons/conf/platform_project_template/project_name/urls.py)
WireCloud 1.0 has also added a search index for workspaces, you have to
initialize it by running the `resetsearchindexes` command:
initialize it by running the `resetsearchindexes` command. The db should be
migrated before running this command.

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

Expand Down

0 comments on commit d38245b

Please sign in to comment.