wildcard-subdomain

Dynamic Subdomain Handling in a Web App (Flask)

Dynamic Subdomain Handling in a Web App (Flask) Question: I’m going to be using flask to create a web application, and part of the application will involve a subdomain (for example, user1.appname.org). I’m not sure how to go about creating these subdomains dynamically in the flask configuration, or how to deploy them to a production …

Total answers: 2