Skip to content

Commit d38245b

Browse files
committed
Improve install guide
1 parent ab2574b commit d38245b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/administration_guide.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,19 @@ To:
200200

201201
```
202202

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

206214
```
215+
$ python manage.py migrate
207216
$ python manage.py resetsearchindexes
208217
```
209218

0 commit comments

Comments
 (0)