simple-webapp
simple-webapp copied to clipboard
Simple Web Application
Results
5
simple-webapp issues
Sort by
recently updated
recently updated
newest added
Can the installation instructions be updated to Python3? When running the commands as is, the installation fails as Python2 has been deprecated. ``` Package python-dev is not available, but is...
Change `from flask.ext.mysql import MySQL` to `from flaskext.mysql import MySQL`
looks like two lines got merged together in mysql command section