symposion
symposion copied to clipboard
Makes the speakers model pluggable
This fork makes it so that you do not need to fork Symposion in order to update the speaker model.
It does the following:
- Removes custom attributes from
Speaker
, and moves them toDefaultSpeaker
- Adds configuration to let you set your preferred Speaker Form and Speaker Model
- Makes the default speaker form a bit more useful
- Adds documentation for plugging the speaker model
Thanks! I'm traveling at the moment (which is why I haven't been in the channel) but I'll take a look at this next week.
Thanks!
On 11 August 2017 at 07:21, James Tauber [email protected] wrote:
Thanks! I'm traveling at the moment (which is why I haven't been in the channel) but I'll take a look at this next week.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pinax/symposion/pull/160#issuecomment-321676914, or mute the thread https://github.com/notifications/unsubscribe-auth/AAl-3O3UH15zrFfZjslo2TAqG_ofDtq3ks5sW3RogaJpZM4Oz_ZP .
-- --Christopher Neugebauer
Jabber: [email protected] -- IRC: chrisjrn on irc.freenode.net -- WWW: http://chrisjrn.com -- Twitter: @chrisjrn
So this branch appears to break migrations in some cases due to an ordering issue.
Before this can be merged, I'll need to patch the migrations to include some run_before
clauses, and also add some documentation to that effect for consumer apps.