Skip to content

IcyPalm/todoist-location-labels

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.7%
  • Python 42.3%