11👍
✅
You can run the development server under coverage if you use the –noreload switch:
coverage run ./manage.py runserver --noreload
9👍
pylint is great tool for static code analysis (among others things it will detect unused imports, variables or arguments).
👤miku
- [Django]-React routing and django url conflict
- [Django]-How do I restrict foreign keys choices to related objects only in django
- [Django]-What are the best benefits of using Pinax?
Source:stackexchange.com