Answers for "js variables in django template tag"

1

access django template variable in javascript

<script type="text/javascript"> 
   var a = "{{someDjangoVariable}}";
</script>
Posted by: Guest on January-19-2021

Code answers related to "js variables in django template tag"

Code answers related to "Javascript"

Browse Popular Code Answers by Language