copanier/copanier/views/session.py
Alexis MÃtaireau b451a82c7b Reorganize the files,
I've split everything in different concepts (groups, login, products and delivery) so that it's easier to find what we're looking for (the __init__.py file was really too big).
2020-03-13 18:58:54 +01:00

3 lines
58 B
Python

import contextvars
user = contextvars.ContextVar("user")