Files @ a00fc7845e3c
Branch filter:

Location: symposion_app/README.rst

Nick Seidenman (N6)
Added some css to make text visible on 404 and 404 pages.
Removed references to non-existent content—page-header-panel.html.
pyconau2017/website
===============

This is a fork of the lca2017/website repo.

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

- create a virtualenv with python 2.7
- activate the virtualenv
- cd into the virtual env and clone this repo into it  (creates ``website`` subdir)
- 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]``