Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

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

README.rst

Administrative interface for Hackeriet

Glorified spreadsheet to manage:

  • members.
  • membership payment status.
  • physical keys.

Development setup

This is how you get going:

git clone ..
sudo apt-get install python-virtualenv python-pil python-psycopg2
virtualenv --system-site-packages venv
. ./venv/bin/activate
pip install -r requirements.txt
cd hackeradmin
./manage.py syncdb
./manage.py migrate
# Populate with some fake members.
./manage.py loaddata member/fixtures/small_memberset.json
./manage.py runserver

About

No description, website, or topics provided.

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.