felicity-lims/felicity/apps/user/conf.py
2023-04-07 17:52:19 +02:00

14 lines
255 B
Python

# User Types for UserAuth
# NB: Do not change these values else you will have to migrate the db
DISPATCH_CONTACT = "dcuser"
CLIENT_CONTACT = "ccuser"
LABORATORY_CONTACT = "lcuser"
class Themes:
DARK = "dark"
LIGHT = "light"
themes = Themes()