Where every Flask project should start.
git clone git@github.com:tyewang/flask-seed.git your-new-project-name
cd your-new-project-name
git remote set-url origin your-new-project-git-url
Don't forget to set up a virtual environment (I suggest using virtualenvwrapper) and pip install -r requirements.txt
- A basic directory structure, including folders for controllers, tests, etc.
- Invoke tasks for common operations.
- Migrations.
- invoke
- Flask-Migrate
- ipdb
- nose-run-line-number - I use this in conjunction with vimux-nose-test which is awesome.
- factory_boy