Skip to content

iambibhas/broadgauge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BroadGauge

Platform for managing training/workshops by connecting interested trainers and educational institutes interested in conducting trainings for their students.

This is going to be used for managing Python workshops going to be conducted across India as part of PyCon India 2014.

Build Status

Requirements

  • PostgreSQL
  • Python 2.7
  • virtualenv

How to setup

  • Clone the repo

      git clone git://github.com/anandology/broadgauge.git
      cd broadgauge
    
  • setup virtualenv and install python packages

      virtualenv .
      . bin/activate
      pip install -r requirements.txt
    
  • create a database

      createdb pythonexpress
    
  • add schema

      psql pythonexpress < broadgauge/schema.sql
    
  • run the app

      python run.py
    

About

Platform for managing training/workshops

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.5%
  • CSS 20.5%