/Akktool

Akkreditierungstool für Parteitage, Mitgliederversammlungen, etc.

Primary LanguagePythonOtherNOASSERTION

Screenshots

List

Dataset

Quorum

Setup

get the code:

git clone https://github.com/HorayNarea/Akktool
cd Akktool

or

wget https://github.com/HorayNarea/Akktool/archive/master.zip
unzip master.zip
cd Akktool-master

to install and run, just:
./start.sh
or
./start.sh /path/to/csvfile
if you also want to import some members from /path/to/csvfile

this will setup a virtual environment (if you have virtualenv installed) and do the following:

pip install -r requirements.txt
if [ "$1" != "" ]
  then
    python manage.py syncdb
    python import.py $1
fi
python manage.py syncdb
python manage.py runserver

now open http://localhost:8000/ in your browser

to stop:
Ctrl+C and you're done \o/

sampledata csv to downlad/import:
https://raw.githubusercontent.com/HorayNarea/Akktool/stuff/sampledata.csv

HERE BE DRAGONS
to remove everything you did (you will loose ALL the imported data!):
./cleanup.sh

License

Copyright (c) 2014 Thomas Sänger HorayNarea@gmail.com

Permission is hereby granted, free of charge, to any person (except intelligence agencies or organizations of the military) obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, and/or distribute copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Flattr this git repo