This is the repo for PyCon UK 2019's website.
It consolidates multiple systems into one code base.
Many people committed their time and effort to the precursor projects. However we would like to specially thank the following people:
- Kirk Northrop
- Owen Campbell
- Peter Inglesby
- Vincent Knight
make setup
This project uses Pipenv to handle dependency installation and pinning, you will need it installed to install the requirements. We recommend installing it with pipsi.
The following command is the fastest way to get up and running:
make run
Note: this project relies on environment variables locally to run.
A .envrc
exists for use with direnv (which will also run pipenv shell
for you).