Commit Graph

21 Commits

Author SHA1 Message Date
Corentin Sechet b516b7b66c qrcode: fix warnings on the reader page (#83525)
gitea/passerelle/pipeline/head This commit looks good Details
2023-11-15 13:19:09 +01:00
Corentin Sechet 32d3dd01bc qrcode: add frontend qrcode reader (#82652)
gitea/passerelle/pipeline/head This commit looks good Details
2023-11-13 16:57:06 +01:00
Valentin Deniaud afcaed5061 misc: change django-upgrade target version to 3.2 (#75442) 2023-03-29 14:50:27 +02:00
Valentin Deniaud 13ebe8b5bd misc: add django-upgrade files/notes (#69798)
gitea-wip/passerelle/pipeline/head There was a failure building this commit Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2022-10-03 14:15:43 +02:00
Valentin Deniaud 8b04e43c1a misc: add djhtml files/notes (#69422) 2022-09-29 18:04:29 +02:00
Valentin Deniaud 3714d46bef misc: add pyugrade files/notes (#61865) 2022-09-29 16:22:53 +02:00
Nicolas Roche 5fade419f7 misc: add isort (#52937) 2021-05-07 13:51:12 +02:00
Frédéric Péters 754f388629 misc: add black files/notes (#49820) 2021-02-20 16:29:10 +01:00
Thomas NOËL a62d8208ee tox: remove py2 environment (#44045) 2020-07-11 14:35:12 +02:00
Frédéric Péters 941412c022 misc: remove legal info of deleted icon file (#21134) 2018-01-12 08:41:57 +01:00
Frédéric Péters dcf39f3994 doc: add details for installation steps (#21133) 2018-01-12 08:41:57 +01:00
Emmanuel Cazenave c190ba3985 update 'install' and 'test' infos in README 2017-12-14 17:41:07 +01:00
Serghei Mihai 9ba00c7024 embed jsonresponse into the package (#10283) 2016-04-13 18:02:42 +02:00
Benjamin Dauvergne bfa80262ce tox.ini: allow running tests individually using tox 2016-03-10 14:08:18 +01:00
Frédéric Péters 74f1bbf43b tests: switch to py.test, convert sms tests 2015-04-03 22:05:57 +02:00
Frédéric Péters 5923e47218 settings: changed to single file, with a execfile() tacked at the end (#6465) 2015-02-10 13:06:55 +01:00
Thomas NOËL 52a2d4f4cc homepage shows new apps, old ones in legacy (#5357) 2014-10-24 10:04:43 +02:00
Thomas NOËL 1b603959fa simplify manage.py and quick-start mode (#5752) 2014-10-21 10:33:21 +02:00
Thomas NOËL 5ad5d3424c fix typos in README 2014-10-02 23:33:03 +02:00
Thomas NOËL a2c0a0ac88 passerelle_manage.py -> manage.py 2014-10-02 10:08:49 +02:00
Benjamin Dauvergne 5dbf5387b8 New organization of settings
Only one setting is now available from the environment:
DJANGO_CONFIG_FILE, it gives a path to a Python that will be executed at
the end of the settings module.

For simpler usage this environment is set by passerelle_manage.py by
passing it a new mandatory option '--config=/path/to/config'.

Tenant settings are now activated by passing the '--multitenant' flag to
passerelle_manage.py.

All OS platform specific paths have been removed, it's expected that
packaging will add them. Debian for example would provide a
debian_config.py file to adapt to its own paths.
2014-10-02 09:54:39 +02:00