Combo plugin for the GNM project
Go to file
Frédéric Péters 2c2b9d4306 remove urls/views (#64910) 2022-05-31 18:51:07 +02:00
combo_plugin_gnm remove urls/views (#64910) 2022-05-31 18:51:07 +02:00
debian debian: get stats from new URL (#65794) 2022-05-31 10:52:40 +02:00
tests trivial: apply new black 2021-11-22 22:10:20 +01:00
.git-blame-ignore-revs trivial: add new reformatting commit hash to .git-blame-ignore-revs 2021-02-15 17:46:57 +01:00
.gitignore mairie template support as_opening_hours template tag (#22050) 2018-03-10 16:37:46 +01:00
.pre-commit-config.yaml trivial: bump black version to 22.3.0 2022-04-03 16:51:14 +02:00
COPYING set project to GNU AGPL 2017-07-07 07:54:34 +02:00
Jenkinsfile jenkins: build packages for buster & bullseye 2021-12-03 15:55:22 +01:00
MANIFEST.in misc: distribute template 2020-04-10 13:26:38 +02:00
README misc: add black files/notes 2021-01-11 21:32:33 +01:00
setup.py trivial: lift useless & wrong django version requirement from setup.py 2022-04-07 15:53:56 +02:00
tox.ini tox: limit psycopg2 to < 2.9 (#54925) 2021-06-17 08:50:02 +02:00

README

Combo GNM Plug-in
=================

Extension module for the combo content management system, with various
developments that are at the moment at least specific to the GNM project.


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/>.