VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Flask Course - Python Web Application Development

Flask Course - Python Web Application Development

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn the Flask Python web framework by building your own e-commerce website with its own authentication system. - Full code: https://github.com/jimdevops19/FlaskSeries - Get code snippets used in the course: http://www.jimshapedcoding.com/courses/Flask%20Full%20Series
Date: 2022-03-14

Comments and reviews: 10


Please I have a problem in the Flask Validations lesson, everything works fine but the errors are not displaying in my terminal and neither in the website in the following lesson, and I wrote exactly like you did I copied your code from your github account,so the issue must be with the form.errors because it's always empty in my case
could you help please ?

reply

at 4:28:05 , an easier way to implement the separator for thousands, use this instead.
In models.py
from market import app
-app.template_filter()-
def numberFormat(value):-
return format(int(value), ',d')
Then in base.html
-- current_user.budget - numberFormat --

reply

Jim, Need your help here. When i created a password reset page and pass the -password = form.password2.data-, this insert with a plain text. I am not seeing the Hashed Password. Not sure am i missing something here.
reply

I stuck with erro this Error: Could not locate a Flask application. You did not provide the -FLASK_APP - environment variable, and a -wsgi.py- or -app.py- module was not found in the current directory.
reply

-JimShapedCoding your tutorial is awsome, but I am facing -ValueError: Invalid salt- on following the same code you have written at - User Authentication Part 2-, please help me out with this
reply

I have a question. I'm just learning Flask. When we do many to many relationship do both clases have to be in the file ??? I'm getting an error when I do that relationship
reply

I am having an error message on the first application that says 'could not locate flask application' I have tried trouble shooting on stack but nothing has worked yet
reply

-jimsShapedcoding
On the running time of html code 2 no
Give error
Filenotfounderror:[Error. 2]
Can u give some idea how to resolve this code

reply

greatest flask tutorial i ever saw ! you explain everything very well especially html parts and do not rush anything. Unlike most other web tutorials !
reply

JIM! Kindly help on How to convert the STRING FIELD into FLOAT so that the entered number in the string filed can be used for calculation purpose.
reply
Add a review, comment






Other channel videos