A simple todo system.
Go to file
Danny Robson d714399389 Use declarative bases for the data models
Automapping proved difficult to wrangle many-many relationship naming
and wasn't particularly ergonomic. We may as well just use manual ORM
specifications...
2020-06-09 12:19:22 +10:00
alembic Add a 'due' field to tasks 2020-05-21 10:58:10 +10:00
db Add the task table 2020-05-20 11:58:52 +10:00
src Use declarative bases for the data models 2020-06-09 12:19:22 +10:00
.gitignore Add the task table 2020-05-20 11:58:52 +10:00
alembic.ini Add the 'alembic' dependency 2020-05-20 10:58:17 +10:00
COPYING Add trivial COPYING and README 2020-06-09 11:29:54 +10:00
README.adoc Add the database upgrade comment to the README 2020-06-09 12:18:31 +10:00
requirements.txt Add a 'due' field to tasks 2020-05-21 10:58:10 +10:00

== PyElephant

A Python backend for the "Elephant" todo system.


=== Upgrading

* `alembic upgrade head`