Allow platform admins to change rate limit

One less thing we have to go into the database to do, and remember to
manually clear the cache for after.
This commit is contained in:
Chris Hill-Scott
2020-10-21 14:30:35 +01:00
parent 37187b5757
commit 43b4acf1f9
8 changed files with 89 additions and 3 deletions

View File

@@ -37,6 +37,7 @@ class Service(JSONModel):
'inbound_api',
'letter_branding',
'message_limit',
'rate_limit',
'name',
'prefix_sms',
'research_mode',