EuroPython / djep

EuroPython 2014 conference software
https://ep2014.europython.eu/
BSD 3-Clause "New" or "Revised" License
37 stars 18 forks source link

Make the CMSCompleteSchedulePlugin work #131

Closed MarkusH closed 10 years ago

MarkusH commented 10 years ago

The plugin is located at pyconde.schedule.cms_plugins. Below is the design to be used.

session-list-plugin

zerok commented 10 years ago

@Markush2010, @mschufferth FYI

A few things we will most likely not be able to implement here:

The styling implemented in the feature/schedule-plugin branch has two modi:

  1. for when being used on the frontpage inside a container with the class 'area-3' which produces the darker background and makes the active day white
  2. for when being used on the /schedule/schedule/ page with a white background, which makes the active day dark. This is also the default styling.
MarkusH commented 10 years ago

After deploying this to production the rooms should be loaded from the fixtures:

envdir ../env/ python manage.py loaddata fixtures/europython2014/09_rooms.json