My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
install  
How to install django-schedule
Featured
Updated Feb 4, 2010 by yann.ma...@gmail.com

Introduction

This page will take you through the process of installing django-schedule.

Details

Prerequisite

This reusable apps use dateutil as rule engine for recurrent event, in order to install it you can use easy_install :

easy_install dateutil

Get django-schedule

As of now there is no distributable packages of this app however you can access it using subversion.

svn checkout http://django-schedule.googlecode.com/svn/trunk/ django-schedule

Then in order to use it you will need to add the schedule directory containing this reusable app somewhere in your PYTHONPATH. The repository also contains a "sample_project" that can help you to get an idea on what this app is doing. The rest of the story is up to you but the basic actions are :

./manage.py syncdb
./manage.py runserver

You should now be all set and can point your browser to this url

Comment by donspaul...@gmail.com, Nov 17, 2008

missing a mention of INSTALLED_APPS?

Comment by hubertus...@gtempaccount.com, Dec 3, 2008

in the first step, that should be easy_install python-dateutil


Sign in to add a comment
Powered by Google Project Hosting