Skip to content

Commit

Permalink
refactor: CMD-141 move email_management app (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored Mar 29, 2024
1 parent ad38f22 commit 17adb6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def callback(form, cleaned_data, **kwargs):

class EmailManagementConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps.email_management'
name = 'common_apps.email_management'

def ready(self):
form_submission.connect(callback)
form_submission.connect(callback)
2 changes: 1 addition & 1 deletion taccsite_cms/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ def gettext(s): return s
# core TACC CMS
# HELP: If this were top of list, would TACC/Core-CMS/pull/169 fix break?
'taccsite_cms',
'apps.email_management',
'common_apps.email_management',

# django CMS Bootstrap
# IDEA: Extend Bootstrap apps instead of overwrite
Expand Down

0 comments on commit 17adb6a

Please sign in to comment.