Skip to content

elmarcoh/pythontoolbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Python Toolbox Project

Running on heroku

Installing for development

Fork me! then...

$ git clone git@github.com:YOURACCOUNT/pythontoolbox.git
$ cd pythontoolbox

Using your virtualenvironment

$ pip install -r requirements.txt
$ ./manage.py syncdb

Add environment variables to .env

$ cat >.env <<EOM
PORT=8000
DEBUG=True
SQL_LOGGING=True
EOM

Run with honcho

$ honcho start

if you want autoreload

$ honcho run ./manage.py runserver

About

The Python Toolbox Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published