Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Specify Database | Database
Flask Intensive Course: Web Development with Python

bookSpecify Database

Once you have chosen your database, you need to define a path of where it will be stored. You can use 3 slashes /// - means to a relative path or 4 slashes //// is an absolute path. I will go from the root directory of the project.

In the main.py file:

Then, we need to call SQLAlchemy and pop in app to link that application and database together.

Now, we are going to design our database. If you are familiar with Model-View-Controller (please follow the article). Models are a way to structure the data in your database. Imagine that in our database. We need to have a table recipe with different fields such as title, author, description, date, and others.

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 2. Capítulo 3

Pregunte a AI

expand

Pregunte a AI

ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

Awesome!

Completion rate improved to 3.85

bookSpecify Database

Desliza para mostrar el menú

Once you have chosen your database, you need to define a path of where it will be stored. You can use 3 slashes /// - means to a relative path or 4 slashes //// is an absolute path. I will go from the root directory of the project.

In the main.py file:

Then, we need to call SQLAlchemy and pop in app to link that application and database together.

Now, we are going to design our database. If you are familiar with Model-View-Controller (please follow the article). Models are a way to structure the data in your database. Imagine that in our database. We need to have a table recipe with different fields such as title, author, description, date, and others.

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 2. Capítulo 3
some-alt