Skip to content

Commit 4fa63e8

Browse files
[Fixes #11920] Remove call to command rebuild_index in tasks.py (#14304) (#14317)
(cherry picked from commit 77f4f51) Co-authored-by: Emanuele Tajariol <etj@geo-solutions.it>
1 parent 8eadd6f commit 4fa63e8

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tasks.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -294,13 +294,6 @@ def migrations(ctx):
294294
f"python manage.py migrate --noinput --settings={_localsettings()} --database=datastore",
295295
pty=True,
296296
)
297-
try:
298-
ctx.run(
299-
f"python manage.py rebuild_index --noinput --settings={_localsettings()}",
300-
pty=True,
301-
)
302-
except Exception:
303-
pass
304297

305298

306299
@task

0 commit comments

Comments
 (0)