wuvt / trackman

WUVT's track logging web-app
GNU Affero General Public License v3.0
4 stars 3 forks source link

Show newest djsets first #152

Closed mstathers closed 2 years ago

mstathers commented 2 years ago

https://github.com/wuvt/wuvt-site/issues/384

I'm still working on getting the whole local docker ecosystem up, so I have yet to test this fix.

The docs look like desc() should work without the import from sqlalchemy though: https://docs.sqlalchemy.org/en/14/core/sqlelement.html#sqlalchemy.sql.expression.desc

and it appears to be in use in api/v1/charts.py and lib.py already.