Django-based application to manage registration of people for scientific summer school (link soon to be deprecated).
- install
virtualenv
andpip
virtualenv venv
- create a virtual python environment for the appsource venv/bin/activate
- activate venv./migrate.sh
- apply DB migrations./manage.py createsuperuser
- script to create a superuser that can modify DB contents via admin panel
- activate virtualenv (if not yet activated)
pip install -r requirements.txt
./runserver.sh
App currently available at http://warsztatywww.pl/ Also: http://aplikacjawww-jaszczur.rhcloud.com/