pinax / symposion

a Django project for conference websites
BSD 3-Clause "New" or "Revised" License
299 stars 146 forks source link

make proposals app a reusable app? #20

Closed mbrochh closed 11 years ago

mbrochh commented 11 years ago

Is there a reason why the proposals app is inside the symposion_project folder and not inside the symposion folder? Are there any plans to move it into the symposion app?

mbrochh commented 11 years ago

Forget it, I'm stupid. proposals already is a reusable app. The one in symposion_project adds implementations of ProposalKinds.

lukeman commented 11 years ago

No worries—the template project proposals app is simply a place for each individual instance to specify its own proposal data. Some choose to implement tracks, categories or even extra fields like audience level, but we only rely on the fields included in symposion.proposals in the base apps.