Convert Python templates to django template engine

This commit is contained in:
Carlos Galindo 2020-12-24 16:17:13 +01:00
parent 7f52ff6b6c
commit fc90400f8f
18 changed files with 225 additions and 196 deletions

View file

@ -1,6 +1,6 @@
from os import listdir
from os.path import isfile, join
from song_types import Audio
from model import Audio
import re
from datetime import datetime