Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Hi I am trying to setup flask blueprints with subdomains. However it doesnt work. i have setup my domain to point to the digitalocean dns servers. I made a created an A record, with @ so i assume that it should cover everything behind the .mydomain.org?
my sample testfile is init.py
from flask import Flask, Blueprint
app = Flask(__name__)
app.config['SERVER_NAME'] = 'mydomain.org'
test = Blueprint('test', __name__)
@test.route("/test")
def testindex():
return "This is test index page."
app.register_blueprint(test, subdomain='sub')
as described here https://exploreflask.com/blueprints.html
however the result is always ERR_NAME_NOT_RESOLVED.
Anybody have an idea of what im doing wrong? Thanks Best Bjoern
Vosker1
Rashmi Joshi
yyz20002008
vincent279079
6f638ff30d454809ac1bfe2cc184a9
Thasethi
swadams
oneilclacken@gmail.com
SalmanZ10
Muhammad Sajjad