Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bjoernricks/trex

trex - time recording enhanced
https://github.com/bjoernricks/trex

Last synced: about 1 month ago
JSON representation

trex - time recording enhanced

Awesome Lists containing this project

README

        

trex
====

trex - time recording enhanced

Installation
------------

Install requirements::

$ pip install -r requirements.txt

Configure settings, e.g.::

$ cp trex/settings_development.py trex/settings.py
$ $EDITOR trex/settings.py # update your settings

Create a secrets file::

$ touch secret.key
$ $EDITOR secret.key # insert secret to file

or::

$ echo "123" > secret.key
$ python manage.py secretkey > secret.key.really
$ mv secret.key.really secret.key

Create the database::

$ python manage.py migrate

Run the server::

$ python manage.py runserver $IP_ADDRESS:$PORT

Open your browser on $IP_ADDRESS:$PORT.

License
-------

MIT License