Skip to content

Commit

Permalink
note override directives in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Nov 20, 2023
1 parent da51253 commit f30dbfa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ Single-sourcing these structures by transpiling client side code from the server
- Plain data define-like structures in Python classes and modules
(`defines_to_js`)

Transpilation is extremely flexible and may be customized by using override blocks or extending the provided
transpilers.

`django-render-static` also formalizes the concept of a package-time or deployment-time
static file rendering step. It piggybacks off the existing templating engines and configurations
and should therefore be familiar to Django developers. It supports both standard Django templating
Expand Down

0 comments on commit f30dbfa

Please sign in to comment.