Is it possible to install flask APP BUILDER for Python3.4. I could not install it myself
Is it possible to install flask APP BUILDER for Python3.4. I could not install it myself
What errors do you get when you try to install it? Did you use the "--user" flag?
I managed to work around. But spent a few hours. Had to change the app name to flask_app as per the default flask created.
ah- one alternative is also to change your wsgi.py to do from new_app import application
instead of from flask_app import application
Thanks. I think you may have other beginners like me trying to do stuff. In which case it might be helpful to have a little wizard for FLASK-ADMIN as well to get started.
Definitely check out our help pages btw. There is a whole bunch of stuff there.
Based on your experience, do you think the guide for "I have built a web app on my local PC and want to deploy it on PythonAnywhere" is clear enough/is there anything you think we should add to that?
What I meant was that Flask has a lot of options. You might want to include additional options when creating a FLASK app. Some description of the APP may be good. It will encourage people to explore and also generate more interest in python based development.
What I meant was that Flask has a lot of options. You might want to include additional options when creating a FLASK app. Some description of the APP may be good. It will encourage people to explore and also generate more interest in python based development.