| Age | Commit message (Collapse) | Author |
|
Naming it .md will for example make github render it as markdown.
|
|
|
|
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.
|
|
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
|
|
|
|
|
|
|
|
Also note that password-less access to the database is required
|
|
|
|
Also fix a stray typo while in there.
|
|
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
|