This is a django-project to maintain crews and members of an event and keep track of used tickets and budgets.
you should use python above 3.4 and you can use a virtualenv to run crewser. These are the required python-packages:
(env_3.4)rene@computer ~/crewser $ pip freeze
Django==1.7.7
autopep8==1.1
django-debug-panel==0.8.0
django-debug-toolbar==1.2.2
django-extensions==1.5.0
django-suit==0.2.12
pep8==1.6.1
pytz==2015.2
simplejson==3.6.5
six==1.9.0
sqlparse==0.1.14
After preparing the environment you can run crewser just by activating the virtualenv and starting the runserver with "./manage.py runserver". If you like, you can use wsgi to run crewser, wsgi might have to be compiled on your machine to work flawlessly with the selected python-version.