Pierre-Sassoulas / django-debug-false-checker

Pre-commit hook checking that in django settings DEBUG = False

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-debug-false-checker

PyPI version PRs Welcome

django-debug-false-checker will check that you're not changing the django DEBUG's setting by mistake.

Installation

- repo: https://github.com/Pierre-Sassoulas/django-debug-false-checker/
  rev: v0.0.4
  hooks:
    - id: django-debug-false-checker

About

Pre-commit hook checking that in django settings DEBUG = False

License:MIT License


Languages

Language:Python 100.0%