No description
Find a file
Kumi 7c4022e764
feat: Adds STATIC_ROOT for static files collection
Configures the STATIC_ROOT setting to specify the directory
where static files should be collected. Facilitates deployment
by allowing Django to gather static files in one location for
serving, aligning with Django's static files management
guidelines.
2024-11-16 21:10:38 +01:00
.vscode feat: Add initial Synapse registration Django app 2024-11-16 15:22:46 +01:00
src/synapse_registration feat: Adds STATIC_ROOT for static files collection 2024-11-16 21:10:38 +01:00
.gitignore feat: Add initial Synapse registration Django app 2024-11-16 15:22:46 +01:00
config.dist.yaml feat: Add automatic room joining for new users 2024-11-16 20:19:48 +01:00
LICENSE feat: Add initial Synapse registration Django app 2024-11-16 15:22:46 +01:00
pyproject.toml chore: Updates Python requirement to >=3.11 2024-11-16 18:52:36 +01:00
README.md feat: Add initial Synapse registration Django app 2024-11-16 15:22:46 +01:00