pinax / symposion

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

How to wire up "reviews" and "schedule"? #15

Closed bdoering closed 12 years ago

bdoering commented 12 years ago

Hi there!

I was just trying out symposion and found it quite nice. I've seen that there are quite a few more projects (like reviews and schedule) than are visible in the admin interface.

How can those pieces be put together? Otherwise it looks like there is not much use for the "proposals". Am I missing something?

Thanks for your help, Björn

lukeman commented 12 years ago

Hi Björn,

These are hooked up in the default project now.

Luke

bdoering commented 12 years ago

Luke,

great, thanks! I'll look into it as soon as possible.

Björn

On 31.10.2012 01:51, Luke Hatcher wrote:

Hi Björn,

These are hooked up in the default project now.

Luke

— Reply to this email directly or view it on GitHub https://github.com/pinax/symposion/issues/15#issuecomment-9928800.

bdoering commented 12 years ago

Little error: ProposalCategory (needed in symposion_project/proposals/admin.py) cannot be imported (is not yet part of symposion_project.proposals.models).

lukeman commented 12 years ago

Ah, my bad. Simplified the example proposal at the last minute. Will fix shortly.