Skip to content

siko/flask-empty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flask-empty

This is my template file for new flask projects, passenger_wsgi.py is for dreamhost python evn.

Setup Instructions:

  1. Clone template project:

    1. git clone https://github.com/siko/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 .
  2. . bin/activate
  3. pip install Flask
  4. Run Sample: python run.py

Resources

About

flask-empty

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published