.travis.yml
LICENSE
MANIFEST.in
README.rst
setup.py
tox.ini
django_spectator.egg-info/PKG-INFO
django_spectator.egg-info/SOURCES.txt
django_spectator.egg-info/dependency_links.txt
django_spectator.egg-info/requires.txt
django_spectator.egg-info/top_level.txt
spectator/__init__.py
spectator/core/__init__.py
spectator/core/admin.py
spectator/core/app_settings.py
spectator/core/apps.py
spectator/core/factories.py
spectator/core/fields.py
spectator/core/managers.py
spectator/core/models.py
spectator/core/paginator.py
spectator/core/sitemaps.py
spectator/core/utils.py
spectator/core/views.py
spectator/core/migrations/0001_initial.py
spectator/core/migrations/0002_creator_slug.py
spectator/core/migrations/0003_set_creator_slug.py
spectator/core/migrations/0004_auto_20180102_0959.py
spectator/core/migrations/__init__.py
spectator/core/static/css/bootstrap.min.css
spectator/core/static/css/bootstrap.min.css.map
spectator/core/templates/spectator_core/base.html
spectator/core/templates/spectator_core/creator_detail.html
spectator/core/templates/spectator_core/creator_list.html
spectator/core/templates/spectator_core/home.html
spectator/core/templates/spectator_core/includes/card_change_object_link.html
spectator/core/templates/spectator_core/includes/card_chart.html
spectator/core/templates/spectator_core/includes/card_nav.html
spectator/core/templates/spectator_core/includes/chart.html
spectator/core/templates/spectator_core/includes/pager.html
spectator/core/templates/spectator_core/includes/pagination.html
spectator/core/templates/spectator_core/includes/roles.html
spectator/core/templates/spectator_core/includes/roles_list.html
spectator/core/templatetags/__init__.py
spectator/core/templatetags/spectator_core.py
spectator/core/urls/__init__.py
spectator/core/urls/core.py
spectator/core/urls/creators.py
spectator/events/__init__.py
spectator/events/admin.py
spectator/events/app_settings.py
spectator/events/apps.py
spectator/events/factories.py
spectator/events/managers.py
spectator/events/models.py
spectator/events/signals.py
spectator/events/sitemaps.py
spectator/events/urls.py
spectator/events/views.py
spectator/events/migrations/0001_initial.py
spectator/events/migrations/0002_event_slug.py
spectator/events/migrations/0003_auto_20171101_1645.py
spectator/events/migrations/0004_venue_slug.py
spectator/events/migrations/0005_auto_20180102_0959.py
spectator/events/migrations/0006_event_slug_20180102_1127.py
spectator/events/migrations/0007_work_slug_20180102_1137.py
spectator/events/migrations/0008_venue_slug_20180102_1147.py
spectator/events/migrations/0009_event_note.py
spectator/events/migrations/0010_auto_20180118_0906.py
spectator/events/migrations/0011_auto_20180125_1348.py
spectator/events/migrations/0012_add_classical_and_dance_through_models.py
spectator/events/migrations/0013_copy_classical_and_dance_data.py
spectator/events/migrations/0014_remove_old_classical_dance.py
spectator/events/migrations/0015_rename_classical_dance_on_event.py
spectator/events/migrations/0016_add_movies_plays_m2ms_on_event.py
spectator/events/migrations/0017_copy_movies_and_plays_data.py
spectator/events/migrations/0018_remove_old_movie_play_fields.py
spectator/events/migrations/0019_auto_20180127_1653.py
spectator/events/migrations/0020_venue_note.py
spectator/events/migrations/0021_auto_20180129_1735.py
spectator/events/migrations/0022_auto_20180129_1752.py
spectator/events/migrations/0023_venue_cinema_treasures_id.py
spectator/events/migrations/0024_event_venue_name.py
spectator/events/migrations/0025_auto_20180131_1755.py
spectator/events/migrations/0026_auto_20180208_1126.py
spectator/events/migrations/0027_classicalworks_to_works.py
spectator/events/migrations/0028_dancepieces_to_works.py
spectator/events/migrations/0029_plays_to_works.py
spectator/events/migrations/0030_movies_to_works.py
spectator/events/migrations/0031_auto_20180208_1412.py
spectator/events/migrations/0032_recreate_work_slugs.py
spectator/events/migrations/0033_auto_20180208_1613.py
spectator/events/migrations/0034_auto_20180208_1618.py
spectator/events/migrations/0035_change_event_kinds.py
spectator/events/migrations/0036_auto_20180417_1218.py
spectator/events/migrations/0037_exhibition_to_museum.py
spectator/events/migrations/0038_auto_20180417_1224.py
spectator/events/migrations/0039_populate_exhibitions.py
spectator/events/migrations/__init__.py
spectator/events/static/css/admin/location_picker.css
spectator/events/static/js/venue_map.js
spectator/events/static/js/admin/location_picker.js
spectator/events/templates/spectator_events/base.html
spectator/events/templates/spectator_events/event_archive_year.html
spectator/events/templates/spectator_events/event_detail.html
spectator/events/templates/spectator_events/event_list.html
spectator/events/templates/spectator_events/venue_detail.html
spectator/events/templates/spectator_events/venue_list.html
spectator/events/templates/spectator_events/work_detail.html
spectator/events/templates/spectator_events/work_list.html
spectator/events/templates/spectator_events/includes/card_annual_event_counts.html
spectator/events/templates/spectator_events/includes/card_events.html
spectator/events/templates/spectator_events/includes/card_nav.html
spectator/events/templates/spectator_events/includes/card_years.html
spectator/events/templates/spectator_events/includes/event_list_tabs.html
spectator/events/templates/spectator_events/includes/events.html
spectator/events/templates/spectator_events/includes/events_paginated.html
spectator/events/templates/spectator_events/includes/selections.html
spectator/events/templates/spectator_events/includes/visits.html
spectator/events/templates/spectator_events/includes/work.html
spectator/events/templates/spectator_events/includes/works.html
spectator/events/templates/spectator_events/includes/works_paginated.html
spectator/events/templatetags/__init__.py
spectator/events/templatetags/spectator_events.py
spectator/reading/__init__.py
spectator/reading/admin.py
spectator/reading/app_settings.py
spectator/reading/apps.py
spectator/reading/factories.py
spectator/reading/managers.py
spectator/reading/models.py
spectator/reading/sitemaps.py
spectator/reading/urls.py
spectator/reading/views.py
spectator/reading/migrations/0001_initial.py
spectator/reading/migrations/0002_publicationseries_slug.py
spectator/reading/migrations/0003_publication_slug.py
spectator/reading/migrations/0004_slugs_20180102_1153.py
spectator/reading/migrations/0005_auto_20180125_1348.py
spectator/reading/migrations/__init__.py
spectator/reading/templates/spectator_reading/base.html
spectator/reading/templates/spectator_reading/home.html
spectator/reading/templates/spectator_reading/publication_detail.html
spectator/reading/templates/spectator_reading/publication_list.html
spectator/reading/templates/spectator_reading/publicationseries_detail.html
spectator/reading/templates/spectator_reading/publicationseries_list.html
spectator/reading/templates/spectator_reading/reading_archive_year.html
spectator/reading/templates/spectator_reading/includes/card_annual_reading_counts.html
spectator/reading/templates/spectator_reading/includes/card_nav.html
spectator/reading/templates/spectator_reading/includes/card_publications.html
spectator/reading/templates/spectator_reading/includes/card_years.html
spectator/reading/templates/spectator_reading/includes/publication.html
spectator/reading/templates/spectator_reading/includes/publications.html
spectator/reading/templates/spectator_reading/includes/publications_paginated.html
spectator/reading/templates/spectator_reading/includes/reading.html
spectator/reading/templatetags/__init__.py
spectator/reading/templatetags/spectator_reading.py