Skip to content

Commit

Permalink
Merge branch 'release/0.1.1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Jul 27, 2023
2 parents acd259a + 243cd69 commit f60bd38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
_version.py
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
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 f60bd38

Please sign in to comment.