Plugin Passerelle pour l'accès au SIG de Montpellier Métropole
Go to file
Frédéric Péters 42fb61d83e allow extra characters after number in district endpoint (#59249) 2021-12-02 12:53:40 +01:00
debian debian: add python3 module 2020-06-12 12:10:27 +02:00
passerelle_montpellier_sig allow extra characters after number in district endpoint (#59249) 2021-12-02 12:53:40 +01:00
tests django22: remove unused import (#51146) 2021-02-15 19:13:10 +01:00
.git-blame-ignore-revs misc: add black files/notes 2021-01-11 19:05:51 +01:00
.pre-commit-config.yaml build: bump black version 2021-11-22 22:08:17 +01:00
COPYING initial commit 2015-04-29 16:43:58 +02:00
Jenkinsfile build: update to use origin/main 2020-12-26 15:21:16 +01:00
MANIFEST.in initial commit 2015-04-29 16:43:58 +02:00
README misc: add black files/notes 2021-01-11 19:05:51 +01:00
setup.py django22: declare django2.2 in setup and tox (#51146) 2021-03-04 13:00:52 +01:00
tox.ini tox: only run against django 2.2 2021-08-16 08:22:37 +02:00

README

Passerelle plugin for 3M encombrants
====================================

Code Style
----------

black is used to format the code, using thoses parameters:

    black --target-version py37 --skip-string-normalization --line-length 110

There is .pre-commit-config.yaml to use pre-commit to automatically run black
before commits. (execute `pre-commit install` to install the git hook.)

License
-------

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
details.

You should have received a copy of the GNU Affero General Public License along
with this program.  If not, see <http://www.gnu.org/licenses/>.