Skip to content

PyconUK/2019.pyconuk.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyCon UK Website 2019

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

Install

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.

Running

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).