vue2djangoTemplate.py 91 Bytes Raw Blame History Permalink 1 2 3 4 import os read = open("static/index.html", 'r') write = open("templates/index.html", 'w')