Skip to content
This repository was archived by the owner on Sep 11, 2022. It is now read-only.

swrh/diffluens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diffluens

A calendar app built with Django to extend the Redmine time sheet.

Quick, lazy and unsafe start

$ git clone https://github.com/swrh/diffluens.git
$ cd diffluens
$ virtualenv $PWD.venv
$ . $PWD.venv/bin/activate
$ pip install -r requirements.txt
$ mkdir $PWD.db
$ python manage.py syncdb
$ python manage.py runserver

About

A calendar app built with Django to extend the Redmine time sheet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published