Files @ d6cf16cedb78
Branch filter:

Location: symposion_app/README.rst

Christopher Neugebauer
Tracks which page of the schedule is loaded at any given time (#90)

* Adds schedule fragment script

* removes spurious logging

* Displays the right tab on DOM load.

* Load today’s schedule if we’re during the conference.

* remove TODO
lca2017/website
===============

This is a fork of the PinaxCon demo site.

Launchifying
------------

- create a virtualenv with python 2.7
- activate the virtualenv
- cd into the ``website`` directory
- ``pip install -r requirements.txt``
- ``python manage.py migrate``
- ``python manage.py loaddata ./fixtures/*``
- ``python manage.py runserver [YOUR PORT]``