Website of the Telecom workshop about scientific computing with python and software engineering best practices.
Clone the project: git clone https://github.com/camillemarini/ws_telecom.git
Install dependencies (might be useful to create a virtual environment before, eg using virtualenv and virtualenvwrapper):
pip install -r requirements.txt
.
EMAIL_HOST_PASSWORD
: password of the email account workshop.python.telecom
Run: python manage.py migrate
Run: python manage.py runserver