Skip to content

Commit

Permalink
📝 add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
globophobe committed Sep 30, 2024
1 parent 64d4a11 commit e589cfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/demo_app/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@


class DemoAppConfig(AppConfig):
"""Demo App Config."""

name = "demo_app"
verbose_name = _("demo")

0 comments on commit e589cfb

Please sign in to comment.