Skip to content
This repository has been archived by the owner on Jan 18, 2018. It is now read-only.
/ website-old Public archive

The PySlackers community website

License

Notifications You must be signed in to change notification settings

pyslackers/website-old

Repository files navigation

website

Welcome to the PySlacker's community website. We are a community of Python programming enthusiasts, please Join Us!.

Development

Install the dependencies, this is often a one time task (but run it whenever they are updated):

pip install -r requirements.txt

Set the application environment variables (check pyslackers/config.py for others you may need):

export FLASK_APP=pyslackers/__main__.py
export FLASK_DEBUG=1
export PY_ENV=dev

Run the app in development mode:

flask run

Testing

python -m pytest

Style

flake8

Commands to be aware of:

flask --help

# Info
flask routes

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •