Django and AngularJS share the same token for variable substitution in templates, ie. {{ variable_name }} . This should not be a big problem, since you are discouraged to mix Django template code with AngularJS template code.
Django and AngularJS share the same token for variable substitution in templates, ie. {{ variable_name }} . This should not be a big problem, since you are discouraged to mix Django template code with AngularJS template code.