Skip to content

Commit

Permalink
setup documentation app
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Sep 23, 2024
1 parent c1f9280 commit 13f2be0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"lacommunaute.search",
"lacommunaute.surveys",
"lacommunaute.partner",
"lacommunaute.documentation",
]

INSTALLED_APPS = DJANGO_APPS + LOCAL_APPS + THIRD_PARTIES_APPS
Expand Down
Empty file.
8 changes: 8 additions & 0 deletions lacommunaute/documentation/apps.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from django.apps import AppConfig


class ForumUpVoteAppConfig(AppConfig):
label = "documentation"
name = "lacommunaute.documentation"
verbose_name = "Documentation"
verbose_name_plural = "Documentation"
Empty file.
Empty file.

0 comments on commit 13f2be0

Please sign in to comment.