-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reconcile apps.py and github actions
- Loading branch information
1 parent
23a8352
commit 04054b1
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
from django.apps import AppConfig | ||
|
||
from arches.settings_utils import generate_frontend_configuration | ||
|
||
|
||
class Arches_LingoConfig(AppConfig): | ||
name = "arches_lingo" | ||
verbose_name = "Arches Lingo" | ||
is_arches_application = True | ||
|
||
def ready(self): | ||
generate_frontend_configuration() |