{% extends "site_base.html" %} {% load i18n %} {% block head_title %}{% trans "Welcome" %}{% endblock %} {% block tab_id %}id="home_tab"{% endblock %} {% block body %}

django-scheduler

This project is a scheduling app. At its core are events that constitute a start and end date implemented via two DateTimeFields together with a some meta datax such as title, description, etc.

Learn more »

Want to see it in action?

The sample project come with two management commands that enable you to load some data:

./manage.py load_sample_data

./manage.py load_example_data

{% trans "The list of available Calendars." %}

Contributors

  • Tony Hauber
  • Alex Gaynor
  • Bartek Górny
  • Rock Howard
  • Alik Kurdyukov
  • Jannis Leidel
  • Yann Malet
  • James Pic
  • Skylar Saveland
  • ptoal
  • Wes Winham
  • Leonardo Lazzaro
{% endblock %}