This repository has been archived on 2026-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
RepApp/docs/dev/apps.md

17 lines
517 B
Markdown

# Apps
The repapp is split into different modules, realized as Django apps, to improve the maintainability.
## one time login
The one time login module provides a login for guests using a one time secret as part of an URL.
### Settings
- The templates use the `settings.ORGANIZATION` variable to fill the organization name.
- The Django mail module is used to send emails. See https://docs.djangoproject.com/en/4.2/topics/email/ for details how to configure the mail host.
## mail interface
## repapp members