Paketname | python-django-lint |
Beschreibung | Static analysis tool for Django projects and applications |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.13-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 65 Byte |
Hängt ab von | python, python-support (>= 0.90.0), pylint (>= 0.18.1) |
Empfohlene Pakete | python-django (>= 1.0) |
Paketbetreuer | Chris Lamb |
Quelle | |
Paketgröße | 12766 Byte |
Prüfsumme MD5 | be6cf83f12a36dd0440a2af28fb9a740 |
Prüfsumme SHA1 | faf03c195680a40bbc5813f7ca0c2656d2ee5757 |
Prüfsumme SHA256 | 376826c74a25bd4d5ac3736b0e2f6d3afc8da62d63f51806764404023bbe387b |
Link zum Herunterladen | python-django-lint_0.13-1_all.deb |
Ausführliche Beschreibung | Django Lint is a tool that statically analyses projects and applications
that use the Django web development framework.
.
It checks and reports on common programming errors and bad code smells
including:
.
* Nullable "CharField" fields
* Usage of brittle Django features such as "auto_now_add"
* Unspecified recommended options in settings.py, such as an empty 'ADMINS'
* (plus many more)
|