Hard Prerequisites |
IMPORTANT: Please review these prerequisites, they include important information that will help you with this content. |
|
Make use of Postgres. Postgres should be running in a docker container.
In this part of the project you need to implement a few models. Your first model should be called Property
. This model would represent something that can be rented out temporarily.
Every Property has the following data associated with it:
Make sure that you can access this data through the admin panel. Create a few properties and add some tags to be sure.
Make sure you commit your migration files to the repo