Skip to content

kf4x/tcapp

Repository files navigation

#TC Committee

Build Status

###Initial Configuration you need to set some env vars for mail.

export MAIL_USERNAME=''
export MAIL_PASSWORD=''
export MAIL_DEFAULT_SENDER='tc committee < >'
export MAIL_SERVER=''
export MAIL_PORT='465'
export MAIL_USE_SSL='1'
export MAIL_USE_TLS='0'

You also need to run pip. Usually with virtualenv activated.

pip install -r requirements.txt

###Running

python runserver.py

###Testing

python tests.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published