Skip to content

Fix Django template compatibility and improve documentation#3

Merged
navinpai merged 1 commit intomainfrom
navin/fix_django
Oct 15, 2025
Merged

Fix Django template compatibility and improve documentation#3
navinpai merged 1 commit intomainfrom
navin/fix_django

Conversation

@navinpai
Copy link
Copy Markdown
Owner

Template fixes:

  • Replace Jinja2 'or' syntax with Django 'default' filter
  • Replace Jinja2 format filter with Django floatformat filter
  • Ensures template works with both Django and Jinja2

Documentation improvements:

  • Add INSTALLED_APPS setup requirement for Django integration
  • Clarify Django setup steps in module docstring

🤖 Generated with Claude Code

Template fixes:
- Replace Jinja2 'or' syntax with Django 'default' filter
- Replace Jinja2 format filter with Django floatformat filter
- Ensures template works with both Django and Jinja2

Documentation improvements:
- Add INSTALLED_APPS setup requirement for Django integration
- Clarify Django setup steps in module docstring

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@navinpai navinpai merged commit 14b7b7c into main Oct 15, 2025
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant