aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py
diff options
context:
space:
mode:
Diffstat (limited to 'manage.py')
-rwxr-xr-xmanage.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/manage.py b/manage.py
index c84a3bc..1296861 100755
--- a/manage.py
+++ b/manage.py
@@ -25,8 +25,8 @@ if __name__ == "__main__":
raise
# This allows easy placement of apps within the interior
- # pyblackbird_cc directory.
+ # alphabetlearning directory.
current_path = Path(__file__).parent.resolve()
- sys.path.append(str(current_path / "pyblackbird_cc"))
+ sys.path.append(str(current_path / "alphabetlearning"))
execute_from_command_line(sys.argv)