/flask-empty

This is a template project for new flask projects

Primary LanguagePython

flask-empty

This is my template file for new flask projects

Setup Instructions:

  1. Clone template project:

    1. git clone git@github.com:icecreammatt/flask-empty.git project-name.git
    2. cd project-name.git
    3. git branch project-name
    4. git checkout project-name
  2. Setup virtualenv: (From inside the project-name folder)

If virtualenv isn't installed run, easy_install pip; pip install virtualenv

  1. virtualenv venv
  2. . venv/bin/activate
  3. pip install Flask
  4. Run Sample: python run.py

Resources