Skip to main content

A Django application to manage user Datebook

Project description

Introduction

Django datebook is.. a datebook !

This aims to manage user datebooks by months. A datebook contain day entries where you can add details, start and stop working hours, vacation, etc..

This does not aims to reproduce some advanced apps like Google calendar or alike, datebook is simple and will have a particular workflow for our needs at Emencia.

Actually this is only a prototype, more details to come..

TODO

  • User permission, restriction access, etc..;

  • Better ergonomy;

  • Add “DayEntry templates” model to fill day entries content from a template string;

  • Add “Reminder” model which can be global reminder for all datebooks, or just reminder associated for a single datebook (~=month year);

  • i18n and FR translations;

Install

Add it to your installed apps in settings :

INSTALLED_APPS = (
    ...
    'datebook',
    ...
)

Finally mount its urls in your main urls.py :

urlpatterns = patterns('',
    ...
    (r'^datebook/', include('datebook.urls')),
    ...
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-datebook-0.1.3.tar.gz (10.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page