Nadeem Butt

Results 12 comments of Nadeem Butt

I get a key error when I try to delete the note. I've just watched the tutorial again to gain a better understanding of the code and added notes to...

Mine is the same except I've added lots of notes on what it's doing. ``` @views.route('/delete-note', methods=['POST']) def delete_note(): # Look for noteId that was passed to the function #...

Hi, Could someone help with this error please? ModuleNotFoundError: No module named 'flask_sqlalchemy' I've uninstalled and then re-installed as per Bludenz recommendations. nadeem@nadeem-VirtualBox:~/VSCode_projects/Flask_Web_App$ pip freeze | grep -i flask Flask==2.2.2...

I just fixed it. :) My default Python version is Python 3.8.10. I've updated the Python interpreter in VSCode to match the version I'm running and it's cleared that error....

Hmmm, my post didn't come out in the same way I typed it.

Original code: `` Updated to this and it cleared one of the "Property assignment" errors. `` Here is the full code: ` {% extends "base.html" %} {% block title %}Home{%...

``` {% extends "base.html" %} {% block title %}Home{% endblock %} {% block content %} Notes {% for note in user.notes %} {{ note.data }} × {% endfor %} Add...

@Luluam Can you post the error you are getting please? We can then try and figure out what the problem is. Thanks. :)

amazing!!! Works perfect now!! Thank you very much!! Haven't got a clue what it means, but I will look it up.

Thank you. I discovered the code block button when I posted another error I had. :)