How to Create Multiple Subdomains from the Same Flask Blueprint
Showing how to reuse a blueprint for several subdomains

Search for a command to run...
Showing how to reuse a blueprint for several subdomains

No comments yet. Be the first to comment.
When to Use What GCP Database Service.

Designing and Developing a Contract from Scratch

Announcing my blockchain specialization certificate

Showing how to feed a Flask application with an existing database

Sometimes, your apps may be required to display the same template, but different or still the same values. A concrete example may be that you want your users to have different subdomains, something like ibrahim.ewetoye.com and anotherperson.ewetoye.com.
The most basic implementation of such a scenario is shown here.