Commit 657cc00
committed
Make jinja2 optional - remove from core dependencies
- Remove jinja2 from pyproject.toml dependencies
- Make Jinja2 backend optional with ImportError handling
- Simplify home app - return JSON instead of templates
- Remove templates directory from project template
- Make render_template require jinja2 installation
- Add fallback string replacement in template rendering1 parent 0e59fad commit 657cc00
File tree
69 files changed
+122
-1075
lines changed- src/raystack
- conf
- app_template_async
- app_template_sync
- app_template
- project_template_async
- apps/home
- config
- core
- templates
- home
- project_template_sync
- apps/home
- config
- core
- migrations
- templates/home
- project_template
- apps/home
- config
- core
- migrations
- core/management
- commands
- template/backends
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+122
-1075
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments