rockstarr-programmerr
rockstarr-programmerr
Fix #169
Fix #175
**Describe the bug** This error happens when running test locally ``` ModuleNotFoundError: No module named 'flaky' ``` **To Reproduce** Steps to reproduce the behavior: 1. Follow the instruction in [the...
The `STATICFILES_STORAGE` settings is [deprecated in Django 4.2](https://docs.djangoproject.com/en/4.2/releases/4.2/#custom-file-storages) and officially [removed in Django 5.1](https://docs.djangoproject.com/en/5.1/releases/5.1/#features-removed-in-5-1) Not updating the documentation can lead to confusion for users of Django 5.1, as it will...