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
Frédéric Péters 4a8931ef61 categories: remove duplicated category code (#57965) 2021-10-19 20:32:08 +02:00
apache-errors updated copyright years in footer; and bottom links in error pages 2009-01-20 22:48:47 +00:00
auquotidien categories: remove duplicated category code (#57965) 2021-10-19 20:32:08 +02:00
data/themes force jquery ui import for old themes (#14466) 2017-02-13 12:50:23 +01:00
debian debian: switch to debhelper-compat 12 (#57538) 2021-10-10 10:46:33 +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 trivial: apply black 2021-01-19 22:08:54 +01:00
texts replaced high-bit characters by html entities 2008-12-02 16:23:22 +00:00
theme remove legacy authentic stuff 2017-08-11 10:37:56 +02: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 misc: add black files/notes 2021-01-19 22:09:31 +01:00
Jenkinsfile build: update to use origin/main 2020-12-26 15:49:40 +01:00
MANIFEST.in general: switch i18n to django (#6735) 2017-08-11 10:38:39 +02: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: avoid broken pip release 2020-12-15 09:24:11 +01:00
setup.py trivial: apply black 2021-01-19 22:08:54 +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.)