forked from rDrama/rDrama
1
0
Fork 0
rDrama/files
Snakes 7b38be0101 Reduce query volume in user.user_awards.
The User model class method user_awards previously made one query
per type of award. This has been replaced with a new query that
retrieves all owned award quantities at once using GROUP BY.
2022-06-25 20:22:56 -04:00
..
classes Reduce query volume in user.user_awards. 2022-06-25 20:22:56 -04:00
helpers exclude poll bots from "simps for" lists 2022-06-25 22:24:47 +02:00
mail fix 500 error 2022-06-24 18:15:37 +02:00
routes order awards by the time they were awarded 2022-06-25 22:33:51 +02:00
templates make glowie marsey not clip 2022-06-25 22:48:41 +02:00
tests vdffsd 2022-05-23 00:45:04 +02:00
__init__.py Revert "delete useless file" 2022-06-10 21:50:09 -04:00
__main__.py stop using app.config for our own stuff 2022-06-24 17:08:57 +02:00
cli.py Fix cli.py running in wrong working directory. 2022-06-19 05:28:07 -04:00