aboutsummaryrefslogtreecommitdiffstats
path: root/config/wsgi.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 /config/wsgi.py
parent7a3044c859043837e6c7c95bb4894d04e9b2cbc2 (diff)
Renamed from pyblackbird_cc to alphabetlearning - everywhere
Diffstat (limited to 'config/wsgi.py')
-rw-r--r--config/wsgi.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/wsgi.py b/config/wsgi.py
index 96dd59f..6ed86bb 100644
--- a/config/wsgi.py
+++ b/config/wsgi.py
@@ -22,9 +22,9 @@ from pathlib import Path
from django.core.wsgi import get_wsgi_application
# This allows easy placement of apps within the interior
-# pyblackbird_cc directory.
+# alphabetlearning directory.
BASE_DIR = Path(__file__).resolve(strict=True).parent.parent
-sys.path.append(str(BASE_DIR / "pyblackbird_cc"))
+sys.path.append(str(BASE_DIR / "alphabetlearning"))
# We defer to a DJANGO_SETTINGS_MODULE already in the environment. This breaks
# if running multiple sites in the same mod_wsgi process. To fix this, use
# mod_wsgi daemon mode with each site in its own daemon process, or use