Posts Tagged ‘events’
Events in Django
Being that I am creating a site tightly coupled with events and calendars, I need some event functionality. There are three options:
- The event subsystem from Django Basic Apps
- Somebody’s self-maintained event app
- And … the event system that’s in Pinax
Option 3 really is great. What a great app written with some really good methods including Periods and Relations. I’m very excited to use it.