aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/users/apps.py
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-10-15 21:01:31 +0100
committerMatthew Lemon <y@yulqen.org>2024-10-15 21:01:31 +0100
commiteeaddb27560d723ca7d61359744ceb2709fccd2d (patch)
tree04ddbc49ae7b73d5f5a9e1716d7227aecd3b9f85 /alphabetlearning/users/apps.py
parent7a3044c859043837e6c7c95bb4894d04e9b2cbc2 (diff)
Renamed from pyblackbird_cc to alphabetlearning - everywhere
Diffstat (limited to '')
-rw-r--r--alphabetlearning/users/apps.py (renamed from pyblackbird_cc/users/apps.py)4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyblackbird_cc/users/apps.py b/alphabetlearning/users/apps.py
index beec953..a4e4679 100644
--- a/pyblackbird_cc/users/apps.py
+++ b/alphabetlearning/users/apps.py
@@ -5,9 +5,9 @@ from django.utils.translation import gettext_lazy as _
class UsersConfig(AppConfig):
- name = "pyblackbird_cc.users"
+ name = "alphabetlearning.users"
verbose_name = _("Users")
def ready(self):
with contextlib.suppress(ImportError):
- import pyblackbird_cc.users.signals # noqa: F401
+ import alphabetlearning.users.signals # noqa: F401