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..

Requires

Optionnally :

  • South to perform database migrations for next releases;

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.4.tar.gz (71.7 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