Skip to content

issues Search Results · repo:talkpython/data-driven-web-apps-with-flask language:Python

Filter by

15 results
 (103 ms)

15 results

intalkpython/data-driven-web-apps-with-flask (press backspace or delete to remove)

I am having trouble with the Jinja2 templates and the routing and URLs tutorials. When I follow your code and use: from pypi_org.infrastructure.view_modifiers import response import pypi_org.services.package_service ...
  • DamoM73
  • 1
  • Opened 
    on Sep 25, 2023
  • #27

Hey there, I ran into an issue with the SSL certbot install when revisiting this tutorial for another project I am doing (so I am not following the lesson to the tee here... and maybe the issue is just ...
  • jdilger
  • 3
  • Opened 
    on Mar 28, 2023
  • #26

I don t really know much about sqlalchemy, but I did hear on your podcast that they have a big new version out. How hard would it be to update this project to use the new features/patterns in sqlalchemy ...
  • brendan98
  • 1
  • Opened 
    on Dec 10, 2022
  • #25

If a user is already logged in, they can manually go to the login page even after they are already logged in. Instead, manually going to the login page if logged in should redirect to the account page. ...
  • BigMoonTech
  • 1
  • Opened 
    on Sep 13, 2022
  • #24

the video starts saying we aren t going to write the load_data.py file, but it does not mention where to find it to bring it in to the project Copying the load_data.py file from the final folder and trying ...
  • exfrog
  • 3
  • Opened 
    on Sep 13, 2020
  • #17

There is a small error in basic_inserts.py. It probably went unnoticed because it only affects folks that are not using Pycharm. Here s the problem: import pypi_org.data.db_session as db_session from ...
  • aambrioso1
  • 2
  • Opened 
    on Jul 28, 2020
  • #14

I m getting this error when I run app.py at the beginning and navigate to any of the package pages. sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread. The ...
  • nygeog
  • 2
  • Opened 
    on Apr 14, 2020
  • #13

Cannot figure out why everything stops working at the moment when I switch app.py over to use blueprints. I am copying what you do in the video, but when i run app.py, I get a 404 return. As soon as i ...
  • josh-thurston
  • 2
  • Opened 
    on Mar 17, 2020
  • #12

Hello! Similar to the previously-noted Blueprint 404 issue which was corrected with: register_blueprints() if __name__ == __main__ : main() I m now seeing an issue with the db not creating because setup_db ...
  • mathieum906
  • 7
  • Opened 
    on Oct 14, 2019
  • #10

Some folks are experiencing issues where they are getting a list rather than plain dict. I think it s from multiple entries in the multidict. Converting to a regular dict will fix it.
  • mikeckennedy
  • 1
  • Opened 
    on Oct 10, 2019
  • #9
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub