summaryrefslogtreecommitdiff
path: root/tools/devsetup/README.txt
AgeCommit message (Collapse)Author
2025-10-07This README is already in markdown, name it as suchMagnus Hagander
Naming it .md will for example make github render it as markdown.
2025-10-07Minor documentation updates for the new settings loading schemeMagnus Hagander
2025-10-07Allow loading settings from outside of the postgresqleu moduleMarkus Wanner
To ease building docker images and prevent having to maintain an in-tree file for local settings, allow a pgeu_system_global_settings module anywhere in the PYTHONPATH for configuration. In addition, also allow overrides to be applied after loading the skin through a pgeu_system_override_settings module in PYTHONPATH.
2024-11-12Add support for qrcode library, and make it defaultMagnus Hagander
The qrencode library we've been using is basically dead (and has been for a while), so add support for the newer pure-python qrcode library. We keep support for the qrencode one around, so we don't break things on existing installs, but consider it deprecated and should eventually be removed. Fixes #123
2023-06-13s/f/if/Andreas Scherbaum
2021-10-13Make the location of TTF fonts configurableMagnus Hagander
2020-05-11Update dev readme to reflect we're on python 3.7 nowMagnus Hagander
2019-02-19Update README, add dependenciesAndreas Scherbaum
Also note that password-less access to the database is required
2019-02-06Small update for development README for python 3Magnus Hagander
2017-09-13Add note on macOS installationDaniel Gustafsson
Also fix a stray typo while in there.
2017-09-13Add script to set up simple development installMagnus Hagander
This automates a few of the steps for people who don't really know django, and also deploys an initial configuratoin that works without integrating with community authentication, making it easy to work with standlone. Reviewed and tested by Daniel Gustafsson