WebWrite Subdomain
Auto-discovery working!
This subdomain was created with zero hardcoding:
- Created folder:
subdomains/webwrite/
- Added handler:
handlers/subdomain_handler.py
- Server automatically discovered and registered it
Request Details
- Subdomain: webwrite
- Host: webwrite.boqsc.eu
- Path: /
How It Works
The subdomain router scans the subdomains/ folder and automatically:
- Finds folders (like
webwrite/)
- Imports
handlers/subdomain_handler.py
- Detects classes inheriting from
GenericSubdomainHandler
- Registers the subdomain with the router
No manual imports. No hardcoded routes. Convention over configuration.