aboutsummaryrefslogtreecommitdiffstats
path: root/config/wsgi.py
diff options
context:
space:
mode:
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