Commit Graph

5 Commits

Author SHA1 Message Date
autocommit 88d6c6f3ce
OK no hashable errors anymore
I think I got it working.
2020-06-01 03:25:07 +00:00
autocommit b221e6a758
Still trying to figure out what my data structure is
Python's dynamic typing doesn't make this easy...
2020-06-01 03:23:47 +00:00
autocommit 4e7395babe
Debugging a lookup error
It was saying stuff was unhashable, but I thought I was just hashing by post ID.
2020-06-01 03:22:00 +00:00
autocommit 11546907a6
Cleaning up, adding tokens
Doing some token based temporary flattening for django
2020-06-01 03:18:51 +00:00
autocommit 8eea5b05b1
Viewing threads as a tree, not flattened
I couldn't tell who was replying to whom, so I thought I'd give a shot at implementing a tree of threads, instead of a flattened list, with only the root distinguishable from the rest.
2020-06-01 03:13:32 +00:00