mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2025-07-01 02:57:02 +02:00
Convert Python templates to django template engine
This commit is contained in:
parent
7f52ff6b6c
commit
fc90400f8f
18 changed files with 225 additions and 196 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue