wcs 'extra' used by au-quotidien.com
This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Agate 8faafc5478
gitea/auquotidien/pipeline/head Something is wrong with the build of this commit Details
Prepare Jenkinsfile for Gitea migration (#74572)
2023-02-20 14:52:05 +01:00
apache-errors updated copyright years in footer; and bottom links in error pages 2009-01-20 22:48:47 +00:00
auquotidien misc: remove formpage alteration (#73965) 2023-01-30 09:33:59 +01:00
debian debian: remove obsolete eopayment and vobject dependencies (#67411) 2022-07-16 13:35:25 +02:00
help/fr help: various conformance fixes 2014-05-08 15:08:37 +02:00
po general: switch i18n to django (#6735) 2017-08-11 10:38:39 +02:00
tests misc: remove root directory changes (#72822) 2023-01-03 13:13:26 +01:00
.git-blame-ignore-revs misc: add black files/notes 2021-01-19 22:09:31 +01:00
.gitignore add .gitignore 2012-09-05 11:40:05 +02:00
.pre-commit-config.yaml trivial: bump black version to 22.1.0 2022-03-31 12:09:49 +02:00
Jenkinsfile Prepare Jenkinsfile for Gitea migration (#74572) 2023-02-20 14:52:05 +01:00
MANIFEST.in remove themes (#72813) 2023-01-03 09:33:37 +01:00
README misc: add black files/notes 2021-01-19 22:09:31 +01:00
au-quotidien-wcs-settings.xml remove bounce processing (sync with w.c.s) (#33448) 2019-12-29 12:36:35 +01:00
jenkins.sh jenkins: add new phonenumbers dependency 2022-11-29 16:30:56 +01:00
setup.py remove themes (#72813) 2023-01-03 09:33:37 +01:00

README

Extra modules and customizations for w.c.s.
===========================================


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