Skip to content

Todoist service for adding location reminder for specific label

License

Notifications You must be signed in to change notification settings

dancwilliams/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 flask shell:

flask --app main shell

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

  • Python 82.8%
  • HTML 7.6%
  • Makefile 4.4%
  • Batchfile 4.3%
  • Dockerfile 0.9%