Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coddingtonbear/timebook_web
https://github.com/coddingtonbear/timebook_web
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/coddingtonbear/timebook_web
- Owner: coddingtonbear
- Created: 2012-04-29T07:22:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-24T08:05:42.000Z (over 12 years ago)
- Last Synced: 2024-10-19T12:38:07.776Z (2 months ago)
- Language: Python
- Size: 103 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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.