aurweb/aurweb
Kevin Morris a5be6fc9be aurweb.templates: add make_variable_context
A new make_context wrapper which additionally includes either
query parameters (get) or form data (post) in the context.

Use this to simplify setting context variables for form data
in particular.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-06-05 20:11:17 -07:00
..
git git update hook: gracefully error on completely broken .SRCINFO 2021-05-10 23:22:00 -04:00
models aurweb.auth: add user credentials and matcher functions 2021-06-05 20:11:17 -07:00
routers aurweb.templates: add make_variable_context 2021-06-05 20:11:17 -07:00
scripts aurweb: Globalize a Translator instance, add more utility 2021-06-05 19:49:42 -07:00
testing add aurweb.time module 2021-06-05 20:11:17 -07:00
__init__.py Use setuptools to install Python modules 2016-09-29 22:07:06 +02:00
asgi.py add passreset routes 2021-06-05 20:11:17 -07:00
auth.py aurweb.auth: add user credentials and matcher functions 2021-06-05 20:11:17 -07:00
config.py Add support for configuring database with port instead of socket 2021-06-05 20:11:17 -07:00
db.py add passreset routes 2021-06-05 20:11:17 -07:00
exceptions.py git-serve: check update hook permissions 2019-11-23 11:18:16 -05:00
initdb.py alembic: restore logging, fix pytest conflicts 2021-06-05 19:52:56 -07:00
l10n.py add authenticated User LangPreference tracking 2021-06-05 20:11:17 -07:00
schema.py [db] fix schema and migration for case insensitivity 2021-06-05 15:08:18 -07:00
spawn.py swap uvicorn out for hypercorn 2021-05-10 23:22:00 -04:00
templates.py aurweb.templates: add make_variable_context 2021-06-05 20:11:17 -07:00
time.py add aurweb.time module 2021-06-05 20:11:17 -07:00
util.py add aurweb.models.session.Session ORM database object 2021-06-05 20:11:17 -07:00