Reputation: 1
I'm building a website, but I just encountered a problem that I have not been able to solve:
I have a python flask app as well as several HTML files that make up my website, hosted on a VPS
The problem is this: I want visitors of my website to be able to create accounts on my website and I just can't make this work. The idea is to add billing later on for a "premium" plan
How can I make this work?
I need users to be able to create accounts and I need to be able to charge them money. Keep in mind that all of this is running on a Ubuntu VPS and the main code is a Python Flask application
These are some ideas I came up with:
Upvotes: 0
Views: 22