Skip to content

cwjaz/crewser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crewser

This is a django-project to maintain crews and members of an event and keep track of used tickets and budgets.

installation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published