This is the project for the http://2016.djangocon.eu/ website.
- Create a virtualenv and activate it
pip install -r requirements/base.txt
python manage.py migrate
python manage.py runserver
We use less to compile our CSS files. If you've made edits to style.less
, run
lessc static/css/style.less > static/css/style.css
to compile the changes (
this assumes that you've already installed a less compiler on your computer).