{"id":168,"date":"2024-01-31T18:14:45","date_gmt":"2024-01-31T18:14:45","guid":{"rendered":"https:\/\/theroyalscode.com\/ehs\/?p=168"},"modified":"2024-01-31T18:14:45","modified_gmt":"2024-01-31T18:14:45","slug":"so-your-flask-code-doesnt-work-eh","status":"publish","type":"post","link":"https:\/\/theroyalscode.com\/ehs\/2024\/01\/31\/so-your-flask-code-doesnt-work-eh\/","title":{"rendered":"So your Flask code doesn&#8217;t work, eh?"},"content":{"rendered":"\n<p>This flask project is ginormous. And you need a fresh start.<\/p>\n\n\n\n<p>Make a new folder, and open in in VS Code.<\/p>\n\n\n\n<p>In the terminal<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>git clone https:\/\/github.com\/lawilmoth\/Learning-Flask.git<\/code><\/pre>\n\n\n\n<p>Move to the current chapter.<\/p>\n\n\n\n<p>Delete venv.<\/p>\n\n\n\n<p>Delete the databases.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>python3 -m venv venv\n\nsource venv\/bin\/activate\n\npip install -r requirements.txt<\/code><\/pre>\n\n\n\n<p>Almost there. Keep going.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>flask db upgrade\n\nflask shell\n>>> from my_app import db, User, Role\n>>> db.create_all()\n>>> u = User(username=\"me\", email=\"me@example.com\", password=\"cat\")\n>>> db.session.add(u)\n>>> db.session.commit()<\/code><\/pre>\n\n\n\n<p>Yay. It finally works.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This flask project is ginormous. And you need a fresh start. Make a new folder, and open in in VS Code. In the terminal Move to the current chapter. Delete venv. Delete the databases. Almost there. Keep going. Yay. It finally works.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[1],"tags":[],"class_list":["post-168","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/theroyalscode.com\/ehs\/wp-json\/wp\/v2\/posts\/168","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theroyalscode.com\/ehs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/theroyalscode.com\/ehs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/theroyalscode.com\/ehs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/theroyalscode.com\/ehs\/wp-json\/wp\/v2\/comments?post=168"}],"version-history":[{"count":1,"href":"https:\/\/theroyalscode.com\/ehs\/wp-json\/wp\/v2\/posts\/168\/revisions"}],"predecessor-version":[{"id":169,"href":"https:\/\/theroyalscode.com\/ehs\/wp-json\/wp\/v2\/posts\/168\/revisions\/169"}],"wp:attachment":[{"href":"https:\/\/theroyalscode.com\/ehs\/wp-json\/wp\/v2\/media?parent=168"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/theroyalscode.com\/ehs\/wp-json\/wp\/v2\/categories?post=168"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/theroyalscode.com\/ehs\/wp-json\/wp\/v2\/tags?post=168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}