No description
Find a file
Kumi b5c816e748
feat: Add initial Synapse registration Django app
Sets up a Django application for user registration with Synapse,
including database models, forms, views, and templates. Introduces
functionality for user registration approval and email verification.
Configures Django project settings, URLs, and email handling.
Includes a sample configuration file and .gitignore additions.
2024-11-16 15:22:46 +01:00
.vscode feat: Add initial Synapse registration Django app 2024-11-16 15:22:46 +01:00
src/synapse_registration feat: Add initial Synapse registration Django app 2024-11-16 15:22:46 +01:00
.gitignore feat: Add initial Synapse registration Django app 2024-11-16 15:22:46 +01:00
config.dist.yaml feat: Add initial Synapse registration Django app 2024-11-16 15:22:46 +01:00
LICENSE feat: Add initial Synapse registration Django app 2024-11-16 15:22:46 +01:00
pyproject.toml feat: Add initial Synapse registration Django app 2024-11-16 15:22:46 +01:00
README.md feat: Add initial Synapse registration Django app 2024-11-16 15:22:46 +01:00