Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coddingtonbear/timebook_web


https://github.com/coddingtonbear/timebook_web

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

.. -*- restructuredtext -*-

Timebook Web
============

If you're as pro-transparency as I am, you could enable the web display for
your timesheet by connecting Apache (or your webserver of choice) with
the wsgi script in the root of this project.

The provided wsgi and apache templates ar set up with the assumption that
you've created a virtual environment named ``timebook_web`` and have stored
that virtual environment in the standard place.

You will need to install the additional requirement ``Flask`` (which itself
has several dependencies), but a simple::

$ pip install Flask

should suffice.

The application will find your timesheet (by searching home folders for the
most recently updated timesheet database), and gather your name from the system
if possible.