Django-based application to manage registration of people for scientific summer school.
virtualenv
and pip
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 panelpip install -r requirements.txt
./runserver.sh
App currently available at http://warsztatywww.pl/ Also: http://aplikacjawww-jaszczur.rhcloud.com/