301永久移动 :sailboat: 从旧域重定向的Web应用程序 :copyright:tsuneo / 123RF.COM 要求 Python $(cat .python-version) 图书馆 服务器端框架 入门 $ python -m venv venv $ . venv/bin/activate $ pip install -r requirements.txt $ python app.py 测试 $ pip install -r requirements-dev.txt $ pytest 发布 要求 指令 $ heroku create your-app-name $ he