Skip to content

Commit

Permalink
Add verbose_name to AppConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWillitts committed Apr 18, 2024
1 parent ef6c722 commit d9805ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions edc_microbiology/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@

class AppConfig(DjangoAppConfig):
name = "edc_microbiology"
verbose_name = "Edc Microbiology"
has_exportable_data = True
include_in_administration_section = True

0 comments on commit d9805ab

Please sign in to comment.