Skip to content

Commit

Permalink
docs: missing ClockedSchedule register (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpicaud committed May 3, 2024
1 parent 9566b9c commit ac9cc54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,10 @@ class CrontabScheduleAdmin(ModelAdmin):
@admin.register(SolarSchedule)
class SolarScheduleAdmin(ModelAdmin):
pass

@admin.register(ClockedSchedule)
class ClockedScheduleAdmin(ModelAdmin):
pass
```

### django-guardian
Expand Down

0 comments on commit ac9cc54

Please sign in to comment.