Skip to content

andrewbolster/hackerspace-os

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a basic software package for hackerspaces and similiar organizations.

based on django and python, it allows you to

  • manage and announce events (basic calendaring)
  • manage members and their payments
  • publish information about current projects
  • have a nice-looking website, which allows easy access (and edit functionality) to all that information

TODO

  • migrate to Django 1.3
  • cleanup

Install

  1. Checkout hackerspace-os

    git clone git@github.com:fhahn/hackerspace-os.git

  2. Install Requirements

    pip install -r hackerspace-os/requirements.txt

Setup

  1. Add your local settings (database,...)

    create hackerspace-os/hos/settings_local.py

  2. Sync database

    cd hackerspace-os/hos/

    python manage.py syncdb

About

a basic software package for hackerspaces and similiar organizations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published