Skip to content

Commit

Permalink
Merge pull request #953 from procrastinate-org/django-fix-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim authored Feb 29, 2024
2 parents 2ddbad7 + 573e8df commit 270ac49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howto/django.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ PROCRASTINATE_ON_APP_READY = "myapp.procrastinate.on_app_ready"
import procrastinate

def on_app_ready(app: procrastinate.App):
app.load_tasks_from(some_blueprint)
app.add_tasks_from(some_blueprint)
```


Expand Down

0 comments on commit 270ac49

Please # to comment.