File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff 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+
203210WireCloud 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
You can’t perform that action at this time.
0 commit comments