reminder_bot: Add infra for adding reminder bot to every realm.

This commit is contained in:
Aditya Bansal
2018-01-12 13:40:43 +05:30
committed by showell
parent 5a794f9871
commit c770bdaa3a
7 changed files with 73 additions and 3 deletions

View File

@@ -374,6 +374,8 @@ def main(options):
else:
print("No need to run `manage.py compilemessages`.")
run(["./manage.py", "create_realm_internal_bots"]) # Creates realm internal bots if required.
run(["scripts/lib/clean-unused-caches"])
version_file = os.path.join(UUID_VAR_PATH, 'provision_version')