Hi to all the Sentdex/Harrison followers! - if this gets through to Harrrison himself I'd like to extend my sincere thanks before my question for all the excellent helpful videos I have seen, downloaded and used as reference material for the last couple of years.
I code in Python but mainly write educational apps using wxpython and port them to the windows platform.
Next phase - build a website to send software keys to registered users who want to upgrade to a paid version of the app. Problem - I don't have any web skills, don't know much html, only python. What is the very quickest way of setting up a site like this in Django, or alternatively are there other easy templates for a secure site like this?
Regards
You must be logged in to post. Please login or register an account.
Hi Will,
Flask or Django is what you're looking for. Try both and go with whichever framework you enjoy most. I personally like Flask. This website is built with flask, and I server private/protected data to users, such as the +=1 users, and I even have tutorials on doing just that with Flask.
-Harrison 7 years ago
You must be logged in to post. Please login or register an account.