Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialChristian Basile
2,067 PointsWhen I register a user I get a 404 error , not sure what to do. where are the css/js codes? Thanks
/Users/christianbasile/Desktop/Sflask/app.py:120: FlaskWTFDeprecationWarning: "flask_wtf.Form" has been renamed to "FlaskForm" and will be removed in 1.0. form= forms.RegisterForm() 127.0.0.1 - - [13/Jun/2020 10:06:39] "POST /register HTTP/1.1" 200 - 127.0.0.1 - - [13/Jun/2020 10:06:39] "GET /static/css/normalize.min.css HTTP/1.1" 404 - 127.0.0.1 - - [13/Jun/2020 10:06:39] "GET /static/css/main.css HTTP/1.1" 404 - 127.0.0.1 - - [13/Jun/2020 10:06:39] "GET /static/js/main.js HTTP/1.1" 404 - 127.0.0.1 - - [13/Jun/2020 10:06:39] "GET /static/js/vendor/disTime.min.js HTTP/1.1" 404 - 127.0.0.1 - - [13/Jun/2020 10:06:39] "GET /static/js/main.js HTTP/1.1" 404 -
Christian Basile
2,067 PointsChristian Basile
2,067 PointsThis is related to https://teamtreehouse.com/community/str-object-does-not-have-filename-when-in-flask-trying-to-upload-pictures issue.-Thanks a lot.