LoginSignup
0
2

More than 5 years have passed since last update.

gaeのflaskスケルトン立て

Posted at

たたき台持ってくる

git clone https://github.com/blossom/flask-gae-skeleton.git <project_name>

サブモジュール持ってくる

cd <project_name>
git submodule update --init

origin 付け替える

git remote rm origin
git remote add origin <new_remote like git@github.com:your_name/project_name.git>
git commit -am "initial setup"
git push origin master
0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2