omniport-backend
omniport-backend copied to clipboard
The Django backend of the one true portal for any and every educational institute
The models in `kernel` and `shell` are, as of now, being directly registered in the admin site, which leads to less than optimal forms being rendered. The goal is to...
Commit 77678eb introduced rudimentary support for integrations via parsed YAML. This is in its infancy and so far supports only Sentry as an optional integration. The goal is to extend...
The mission is to extract all such elements as root `Model` and root `ModelSerializer` into a Formula 1 of the backend. This would allow other services to import such elements...
Django Permanent used to work for us. It provided us with `removed` and masked our querysets to filter out deleted objects. But it has run its course because of its...
As of now, none of the database lookups have been in any way optimised. However Django provides a pages' worth of tools and techniques to optimise DB queries, which should...