django-init
django-init copied to clipboard
Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Ruff is a replacement for flake8, implemented in rust for performance. It supports many flake8 plugins by default and is compatible with iSort and black. The downside is that we...
Follow up on #440
> Why was this change necessary? I was facing an issue during the deployment of the application with `settings.production`. It is a problem of `redis.connection.HiredisParse` it must be `redis.connection._HiredisParse`. >...