Skip to content
Richard Kellner edited this page Sep 13, 2016 · 2 revisions

Yet another event organization app for Django

Web application written in python (django) to manage event organization.

Features in application (for version 0.1)

  • manage Events
  • support multiple events (conferences, meetups)
  • manage Sponsors
  • manage Speakers (and talks, or workshops)
  • call for proposals

Work to be done in near future

  • attendees registration (tickets)
  • order with multiple tickets (receipts)
  • schedule generation
  • schedule generation in ics calendar format

DB Schema

schema for version 0.1 with support in DB for functionality build in later versions.

DB schema v0.1

Disclaimer

Django-konfera was designed for Bratislava Python Meetups as a workshop, where people are learning Django.

Want to help?

Do you want to help and learn someting? Check out our contributors guide

Clone this wiki locally