Paketname | python-django-lint |
Beschreibung | Static analysis tool for Django projects and applications |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.13-1 |
Sektion | universe/python |
Priorität | optional |
Installierte Größe | 160 Byte |
Hängt ab von | python, python-support (>= 0.90.0), pylint (>= 0.18.1) |
Empfohlene Pakete | python-django (>= 1.0) |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 12320 Byte |
Prüfsumme MD5 | 183c0602644eeab95dd8b12b6fe9767a |
Prüfsumme SHA1 | 7e7184f03ef29d738a73486d29b62dcb3028fdf1 |
Prüfsumme SHA256 | 4be7f06856df63d79a293a3a0b9bfa1b96becfe37f8a1f18613b145da855d1d9 |
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)
|