Flask

by: tunjineo, 8 years ago


Unlike django, do I need to load my flask files to a Web server before I can open d Webpage on my browser or can I have a private server like django on my pc.



You must be logged in to post. Please login or register an account.



You can run flask as a local server too. If you're following my tutorials, you can run your __init__.py file just like a regular python file, and you will have your server on 127.0.0.1/5000. You should see a msg about it when you run the __init__.py file.

-Harrison 8 years ago

You must be logged in to post. Please login or register an account.