Skip to content

j4mie/brightonpy.org

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

The Brighton and Hove Python User Group website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published