You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
..
django Optimize how we fetch the latest (current) revision 2 years ago
fastapi Optimize how we fetch the latest (current) revision 2 years ago
myauth Implement checking the username against LDAP (#64) 2 years ago
templates fix: move template directory into source directory 2 years ago
__init__.py Create a new django project. 4 years ago
asgi.py fix: move etebase_fastapi module from toplevel to under etebase_server 2 years ago
settings.py Implement checking the username against LDAP (#64) 2 years ago
urls.py fix: remove obsolete static file handler 2 years ago
utils.py fix: don't create secrets file as world-readable (#136) 2 years ago