Skip to content

Commit 2b96dfc

Browse files
authored
fix: put label for all contrib apps
1 parent 49746ce commit 2b96dfc

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

src/unfold/contrib/filters/apps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33

44
class DefaultAppConfig(AppConfig):
55
name = "unfold.contrib.filters"
6+
label = "unfold_filters"

src/unfold/contrib/forms/apps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33

44
class DefaultAppConfig(AppConfig):
55
name = "unfold.contrib.forms"
6+
label = "unfold_forms"

src/unfold/contrib/guardian/apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
class GuardianConfig(AppConfig):
55
name = "unfold.contrib.guardian"
6-
label = "unfoldguardian"
6+
label = "unfold_guardian"

src/unfold/contrib/import_export/apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
class ImportExportConfig(AppConfig):
55
name = "unfold.contrib.import_export"
6-
label = "importexport"
6+
label = "unfold_importexport"

0 commit comments

Comments
 (0)