Tom Hacohen
2f1f95fea9
Optimize how we fetch the latest (current) revision
...
The way were were doing it was implicitly sorting the query items and it
was causing millions of items to be sorted (even though the result should
only have one) making it slow.
By switching away from `get()` and `first()` we are telling django to
not try to sort.
2 years ago
Xiretza
ada5181a7e
fix: move django_etebase module from toplevel to under etebase_server
...
This is in preparation for creating a python package, which should only
occupy the "etebase_server" name in the global module namespace.
3 years ago
Xiretza
9d6e0ae60a
fix: move myauth module from toplevel to under etebase_server
...
This is in preparation for creating a python package, which should only
occupy the "etebase_server" name in the global module namespace.
3 years ago
Xiretza
163f7766f1
fix: move etebase_fastapi module from toplevel to under etebase_server
...
This is in preparation for creating a python package, which should only
occupy the "etebase_server" name in the global module namespace.
3 years ago