Skip to content

j4mie/brightonpy.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5c2b5b7 · Mar 12, 2018
Mar 12, 2018
Mar 12, 2018
Jan 6, 2014
Jan 3, 2018
Jan 3, 2018
May 28, 2013
May 7, 2010
Jun 9, 2014
Oct 9, 2017
Oct 9, 2017
Jan 12, 2011

Repository files navigation

The Brighton and Hove Python User Group Website

A very simple database-free website using the Flask microframework.

You can see it running at http://brightonpy.org

How to install and run locally

(Assumes you have Pip, virtualenv and virtualenvwrapper installed).

git clone http://github.com/j4mie/brightonpy.org.git
cd brightonpy.org
mkvirtualenv brightonpy
pip install -E brightonpy -r requirements.txt
python brighton.py

The development server should now be running on localhost:5000