Jacob Wegner
Jacob Wegner
Also write tests that exercise `WSGITeamMiddleware` (which may involve customizing the test runner).
- Document signals (similar to [`django-user-accounts`](http://django-user-accounts.readthedocs.org/en/latest/signals.html) - Demonstrate usage pattern with `eventlog` (similar to what is set up in [`pinax-project-account`](https://github.com/pinax/pinax-project-account/blob/master/project_name/receivers.py)
- `team_manage` should implement a check similar to `team_update` - the following views compare `manager_access` to a `Team.MEMBER_ACCESS` constant, rather than checking the `member_access` attr: - `team_apply` - `team_accept` -...
Refs #118, #119 After implementing #119, I took a stab at `FileField` support. I knew that `FileField` only stores a string in the database, but I didn't fully understand how...
I have a use case where I would like to store localized fields that are not `CharField` or `TextField` fields. I'd like to start with adding JSONField, which seems to...
- [ ] Set up deployment environments (to reflect deployment status in GitHub) - [ ] Use a service account to advance deployment / report status from Google Cloud Run...
follows #596 Builds on work done for Brill's [Ammianus Marcellinus Online](https://scholarlyeditions.brill.com/amo/) and [Marlowe's "The Passionate Shepherd to His Love"](https://beyond-translation.perseus.org/reader/urn:cts:engLit:mds822-32.tpsthl-1599.pdl-eng:1-6?mode=commentaries) to add a "commentary" widget where content is linked to words...
- [ ] Add support for ingesting texts from private repositories - [ ] Create a workflow for excluding certain texts (e.g., texts pass HookTest and are formatted as expected,...