Combo plugin for the GNM project
Go to file
Frédéric Péters 2577400045
gitea/combo-plugin-gnm/pipeline/head This commit looks good Details
protect openinghours parsing against null value (#84537)
2023-12-11 10:12:40 +01:00
combo_plugin_gnm protect openinghours parsing against null value (#84537) 2023-12-11 10:12:40 +01:00
debian debian: apply new pre-commit-debian (#77727) 2023-05-27 21:40:21 +02:00
tests misc: apply double-quote-string-fixer (#79788) 2023-08-16 11:52:19 +02:00
.git-blame-ignore-revs misc: update git-blame-ignore-revs to ignore quote changes (#79788) 2023-08-16 11:52:19 +02:00
.gitignore mairie template support as_opening_hours template tag (#22050) 2018-03-10 16:37:46 +01:00
.pre-commit-config.yaml misc: add pre commit hook to force single quotes (#79788) 2023-08-16 11:52:19 +02:00
COPYING set project to GNU AGPL 2017-07-07 07:54:34 +02:00
Jenkinsfile ci: build deb package for bookworm (#78968) 2023-06-23 16:51:07 +02: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: apply new pre-commit hooks 2022-06-18 10:35:14 +02:00
tox.ini ci: update tox to get django 3.2 2023-03-30 09:39:23 +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/>.