Skip to content

jnplonte/python-falcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FALCON BOILERPLATE

license Build Status

Dependencies

Installation

  • create virtualenv virtualenv my_project
  • work on virtualenv workon my_project
  • install python dependencies by running pip install
  • create database and update database settings on {root}\app\config.py
  • run database migration python _migrate.py

How to Use

Testing

  • run nosetests -v

Building Production

  • run uwsgi run.ini --set env=prod

Releases

No releases published

Packages

No packages published

Languages