Piet van Leeuwen
Piet van Leeuwen
MeQuery doesn't check user.status.verified should it be using the verification_required decorator?
Just like User model can be replaced and customised, can we do the same for UserNode? e.g. `user = get_user_node()`. This would be really useful for overriding the querysets /...
With inheritance, e.g. Writing, Event, etc all inheriting from Content. Creating Writing doesn't trigger (or implement) the admin mixin applied to the Content model. They add with the default value...
To be fair this isn't an 'issue', but wasn't sure where to ask this. Is there a way to run a bash script every time I run `pew workon ...`...