Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Jul 27, 2023
1 parent b92b5de commit 243cd69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edc-next-appointment

Base classes for managing next appointment CRF at each timepoint

Declare in your app as a longitudinal model.
Declare in your app as a longitudinal model / CRF.

For example:

Expand All @@ -27,6 +27,7 @@ For example:
model = NextAppointment
fields = "__all__"
# admin.py
@admin.register(NextAppointment, site=intecomm_subject_admin)
class NextAppointmentAdmin(NextAppointmentModelAdminMixin, CrfModelAdmin):
Expand Down

0 comments on commit 243cd69

Please sign in to comment.