Commit Graph

12 Commits

Author SHA1 Message Date
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