Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
5f52806d97
|
|
@ -27,5 +27,5 @@ def recalculate_price_levels_by_country(country_id):
|
||||||
|
|
||||||
@periodic_task(run_every=crontab(minute=59))
|
@periodic_task(run_every=crontab(minute=59))
|
||||||
def rebuild_establishment_indices():
|
def rebuild_establishment_indices():
|
||||||
management.call_command(search_index.Command(), action='rebuild', models=[models.Establishment.__name__],
|
management.call_command(search_index.Command(), action='populate', models=[models.Establishment.__name__],
|
||||||
force=True)
|
force=True)
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,5 @@ PyYAML==5.1.2
|
||||||
|
|
||||||
# temp solution
|
# temp solution
|
||||||
redis==3.2.0
|
redis==3.2.0
|
||||||
amqp>=2.4.0
|
kombu==4.6.6
|
||||||
|
celery==4.3.0
|
||||||
kombu==4.5.0
|
|
||||||
celery==4.3.0rc2
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user