I want to use AngularJS with Django however they both use {{ }} as their template tags. Is there an easy way to change one of the two to use some other custom
{{ }}
You can tell Django to output {{ and }}, as well as other reserved template strings by using the {% templatetag %} tag.
{{
}}
For instance, using {% templatetag openvariable %} would output {{.
{% templatetag openvariable %}