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.
- Host: GitHub
- URL: https://github.com/hapytex/django-robust
- Owner: hapytex
- Created: 2023-02-21T12:19:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T12:39:23.000Z (over 2 years ago)
- Last Synced: 2025-02-07T10:14:27.289Z (over 1 year ago)
- Topics: checker, django
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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);
- ...