discover-flask icon indicating copy to clipboard operation
discover-flask copied to clipboard

Full Stack Web Development with Flask.

Results 9 discover-flask issues
Sort by recently updated
recently updated
newest added

Hi, I started following Part-1 and only found that the downladable examples are **different** than those used in the course. and the material is about 7 years old. Are there...

When i copied the html from your repo, vscode highlighted a problem with the html with this message `Tag must be paired, missing: [ ], start tag match failed [...

For example, self.assertTrue(current_user.is_active()) is used throughout tests. However, self.assertTrue(current_user.is_active) is the correct statement. Link for reference: https://stackoverflow.com/questions/32750526/flask-login-raises-typeerror-bool-object-is-not-callable-when-trying-to-overr Thanks

I'm currently building a flask web application using Microsoft Azure. The basic idea is just a blog for my school which I'm doing as a project. For this web application,...

Traceback (most recent call last): File "manage.py", line 9, in from solarpi.app import create_app File "/home/amani/Desktop/new/solarpi/solarpi/app.py", line 10, in from solarpi.settings import ProdConfig File "/home/amani/Desktop/new/solarpi/solarpi/settings.py", line 7, in class Config(object):...

Removed the still in progress warning

Updated a few dependencies

Details: https://github.com/mitsuhiko/flask/issues/1135