Skip to content

Commit

Permalink
Update orms.md (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
SerRichard authored Jul 9, 2024
1 parent d4d70e9 commit 2050c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/orms.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ In order to effectively use the extended models, you need to update the models.p

#### Using extended model

In order use the class ExtendedJob, we will need to extend the register. The example below extends the JobRegister and edits the create_job function to create the ExtendedJob and includes setting the value for the new parameter. You will need to version the database in order for the new model to work, and additionally add the NewJobsRegister to the app instance [See Registers](/guide/registers.md).
In order use the class ExtendedJob, we will need to extend the register. The example below extends the JobRegister and edits the create_job function to create the ExtendedJob and includes setting the value for the new parameter. You will need to version the database in order for the new model to work, and additionally add the NewJobsRegister to the app instance [See Registers](/guide/registers/).

...
from openeo_fastapi.client.jobs import JobsRegister
Expand Down

0 comments on commit 2050c49

Please sign in to comment.