Closed bendmorris closed 6 years ago
The latest version used signals to incorporate a lot of customization. I am in the process of documenting. Could that infrastructure be used to accomplish the same as this approach?
The latest version used signals to incorporate a lot of customization. I am in the process of documenting. Could that infrastructure be used to accomplish the same as this approach?
Very possibly. I've met my own needs with this pull request, so you're welcome to either accept it or reimplement it using signals.
Follows the pattern from Flask-Security. This creates context processor decorators which will customize the data passed into blog templates:
These are very useful when overriding the default templates.