Replies: 3 comments 10 replies
-
How did you run |
Beta Was this translation helpful? Give feedback.
3 replies
-
Pls check this once if not tried already |
Beta Was this translation helpful? Give feedback.
3 replies
-
Some difference in the code against the original https://github.com/mattewkl/flask_tut/blob/main/flaskr/auth.py#L102 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So, i am trying to write simple tutorial app with flask, and on create() function in blog.py its completly stuck. Whenever i try to create new post, TypeError: create() takes 0 positional arguments but 2 were given
The view function did not return a valid response. The return type must be a string, dict, tuple, Response instance, or WSGI callable, but it was a function occures. And i dont have any clue what i did wrong, because i was following instructions, and after several tries i gave up and COPY all the code. And it still not working. I need help ASAP pls. current progress in tutorial - https://github.com/mattewkl/flask_tut
Thanks in advance for any help
Beta Was this translation helpful? Give feedback.
All reactions