happeninghq / happening

Open Source Event/Community management
MIT License
2 stars 1 forks source link

Custom configuration field types #39

Open jscott1989 opened 9 years ago

jscott1989 commented 9 years ago

This is particularly useful right now for the "Challenge language" field on events.

Previously we handcoded the entire form so that we could have a "Load winning language" button. However, now due to the addition of event configuration we can't hand code the form. So we need a different way of adding more interesting input types.

jscott1989 commented 9 years ago

This is sort of possible the same way we added the custom types in happening/forms.py - it does need to be documented though