jchristgit
jchristgit
We have these tasks in `pyproject.toml` which more or less just delegate to `maange.py` commands: ```toml [tool.taskipy.tasks] start = "python manage.py run --debug" makemigrations = "python manage.py makemigrations" django_shell =...
As mentioned in the development channels, there are some spots where we are redirecting from the site to the redirects app, whilst we should use the new location instead, possibly...
In the `apps` directory: > This is the folder directory that I think would benefit the most from some guidance or explanation. > > Notable things to point out: >...
> One thing that’s not really clear is how our repo is organized. For those new it’s not clear where our API lies and where some of the site content...
Do we need previews of the legacy redirects? If not, we may be able to remove a lot of code from the redirects app.
Hello, thanks for making this library! I've built something similar based on Munin recently but why reinvent the wheel 😄 In the ETS/DETS graph collected via `prometheus_vm_system_info_collector` I saw that...
When opening the homepage without the page's styles in cache, the homepage flashes around before the layout is fully loaded. We should load the CSS synchronously or use another solution...
While this is an API endpoint consumed by the bot, keep it in the `resources` app instead of the `api` app, as all the logic and data for resources is...
Introduce a way to store alternate accounts on the user, and add the `PATCH /bot/users//alts` endpoint, which allows updating the user's alt accounts to the alt accounts in the request..