Skip to content

AnuragSahani/brightonpy.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

146 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Brighton and Hove Python User Group Website

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

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

How to install and run in your Computer

(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

 
 
 

Contributors

Languages

  • CSS 39.9%
  • HTML 36.4%
  • Python 23.7%