Skip to content

Todoist service for adding location reminder for specific label

License

Notifications You must be signed in to change notification settings

truvec/todoist-location-labels

 
 

Repository files navigation

todoist-location-labels

Todoist service for adding location reminder for specific label

First setup

The database tables need to be created so run a python shell:

python

and run the following commands:

from app import db
db.create_all()
exit()

This creates the DB and makes it that you are ready for development(or production)

About

Todoist service for adding location reminder for specific label

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.6%
  • Python 42.1%
  • Procfile 0.3%