8000 GitHub - eLRuLL/toggl-extra-time-app: a Flask app for toggl extra time management
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

eLRuLL/toggl-extra-time-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

REQUIREMENTS

  • redis installation
  • A Toggl workspace created by the main user and another used invited to the same workspace

CELERY

We need celery to make our routinary tasks, as saving toggl data to our database:

To enable worker just run:

celery worker -A flaskr.celery --loglevel=DEBUG

To enable the celery beat:

celery beat -A flaskr.celery --schedule=/tmp/celerybeat-schedule --pidfile=/tmp/celerybeat.pid --loglevel=DEBUG

APPLICATION

to run our application start it with:

export FLASK_APP=flaskr
flask run

About

a Flask app for toggl extra time management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0