Contenido del Curso
Django: First Dive
Django: First Dive
Challenge: Zoo Market Table
Note
- The existing fields you can see in the Django documentation.
- The presented code for the task is part of the framework and cannot work separately, so errors will be received when you try to
Run Code
. Use theSubmit Task
button to solve this task.
Tarea
Create the following Animal
table in the database using the Django ORM:
ER model of this table:
Ignore the records in the table. You only need to make the table structure.
¡Gracias por tus comentarios!
Challenge: Zoo Market Table
Note
- The existing fields you can see in the Django documentation.
- The presented code for the task is part of the framework and cannot work separately, so errors will be received when you try to
Run Code
. Use theSubmit Task
button to solve this task.
Tarea
Create the following Animal
table in the database using the Django ORM:
ER model of this table:
Ignore the records in the table. You only need to make the table structure.
¡Gracias por tus comentarios!
Challenge: Zoo Market Table
Note
- The existing fields you can see in the Django documentation.
- The presented code for the task is part of the framework and cannot work separately, so errors will be received when you try to
Run Code
. Use theSubmit Task
button to solve this task.
Tarea
Create the following Animal
table in the database using the Django ORM:
ER model of this table:
Ignore the records in the table. You only need to make the table structure.
¡Gracias por tus comentarios!
Note
- The existing fields you can see in the Django documentation.
- The presented code for the task is part of the framework and cannot work separately, so errors will be received when you try to
Run Code
. Use theSubmit Task
button to solve this task.
Tarea
Create the following Animal
table in the database using the Django ORM:
ER model of this table:
Ignore the records in the table. You only need to make the table structure.