Sort databases on homepage by argument order - #591

Closes #585 - thanks, @rixx!
This commit is contained in:
Tobias Kunze 2019-10-14 05:52:33 +02:00 committed by Simon Willison
commit 908fc3999e
3 changed files with 3 additions and 5 deletions

View file

@ -97,8 +97,6 @@ class IndexView(BaseView):
}
)
databases.sort(key=lambda database: database["name"])
if as_format:
headers = {}
if self.ds.cors: