Peter Wieringa

Results 2 issues of Peter Wieringa

Added example twitter bot ## Review the Contributing Guidelines Before submitting a pull request, verify it meets all requirements in the [Contributing Guidelines](https://github.com/deta/awesome-deta/blob/master/CONTRIBUTING.md). ## Describe Why This Is Awesome Why...

I have a model like this (code below), how do I access for instance the name in TeamModel ? This does not work: ``` columns=[ DisplayLookup(field="position"), DisplayLookup(field="team.name"), ``` ``` class...