I have added a domain to one of my applications on PythonAnywhere.
www.example.com -> user.pythonanywhere.com (CNAME)
Is it possible to add an additional subdomain to it? I would like this subdomain to point to one of the directories within an app. Example:
admin.example.com ---> example.com/admin
How can I do it?