Sort services by newest created first

Other than which services are live it’s also interesting to know what
services are getting created on Notify. So let’s put the newest ones at
the top of the page.
This commit is contained in:
Chris Hill-Scott
2016-09-12 11:40:21 +01:00
parent 88fff50ea3
commit 311ae4cfa4
3 changed files with 11 additions and 4 deletions

View File

@@ -65,7 +65,8 @@ def service_json(
'sms_sender': sms_sender,
'research_mode': research_mode,
'organisation': organisation,
'branding': branding
'branding': branding,
'created_at': str(datetime.utcnow())
}