Mohammad Ausaf

Results 2 comments of Mohammad Ausaf

just to be sure, are you sure you're directory structure is the same as in the video? also, post the auth.py code for reference the directory should look something like...

You no longer have to manually check `if path.exists()` in flask, instead do this `` with app.app_context(): `` `` db.create_all() `` this checks it for you, I believe it's already...