symposion icon indicating copy to clipboard operation
symposion copied to clipboard

a Django project for conference websites

Results 64 symposion issues
Sort by recently updated
recently updated
newest added

- Remove `symposion.reviews` for `pinax-submissions` - Replace a bulk of `symposion.proposals` with `pinax-submissions` - Replace `symposion.teams` for `pinax-teams` (see #69) Do this in the context of bringing [PinaxCon](https://github.com/pinax/PinaxCon) up to...

enhancement

Commit 11f697d13757be5505898ae2f5444c394ab3b5ae included a number of changes that are backwards-incompatible with previous versions of symposion, including changing template locations. This makes upgrading difficult. I think it would be good if...

I need a list of sponsor_logo images so assemble into a slide show that loops between talks. if I could hit an endpoint and get said list, that would be...

I'm working with the pyohio conference and we use symposion. Some times I need to remove slots in the schedule or change a presentation from one time and place to...

Documentation http://symposion.readthedocs.org/en/latest/speakers.html says "a Speaker may have a NULL user field" but models.py in speakers/ doesn't have blank=True, so the form insists you have a user model for speakers. It's...

Not listed as speaker on schedule Also need to confirm they are listed on presentation lists and details.

enhancement

Not receiving notifications that the primary speaker received. E.g. an email went out about a meeting that all speakers were supposed to attend, but co-speakers didn't get it. Cospeakers should...

Suppose I just want to customize the `Conference` model now. So I write these codes. ``` python from symposion.conference.models import Conference class ConferenceDetail(Conference): """ Store conference details """ location =...

question