Files @ 3239bbe29a41
Branch filter:

Location: symposion_app/docs/project.rst

James Polley
Don't duplicate existing rooms when importing schedule CSV

* Old implementation needs to see exactly the same rooms in exactly
the same order every time it loads new data, otherwise it will
create a duplicate entry for the room that differs only in display
order.
* New implementation ignores the display order when checking to see
if the room already exists.
Project Template
================

The `pinax-project-symposion <https://github.com/pinax/pinax-project-symposion>`_ repository
is a starter project demonstrating how to create a minimal symposion instance.

TODO:
  * initial data
  * overriding templates
  * deployment