diff options
Diffstat (limited to 'manage.py')
-rwxr-xr-x | manage.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |