An open API service indexing awesome lists of open source software.

https://github.com/hapytex/django-robust

Robust checking of Django properties.
https://github.com/hapytex/django-robust

checker django

Last synced: about 2 months ago
JSON representation

Robust checking of Django properties.

Awesome Lists containing this project

README

          

# `django-robust`

Robust checking of Django properties. Currently, Django allows way too many problems that are eventually found when running the software.

Implemented checks:

- check if the `template_name` in subclasses of the `TemplateResponseMixin` point to a *valid* template file (W001);
- check if the view names in `success_url` (W002);
- ...