Start porting stuff from Django templates to Jinja2 - I've only done the lemonauth templates so far, and the layout is missing some meta stuff (hoping to reduce how much of that is needed) but it works

This commit is contained in:
Danielle McLean 2018-05-28 21:15:02 +10:00
parent 335db51ffc
commit b59962a119
Signed by: 00dani
GPG key ID: 8EB789DDF3ABD240
7 changed files with 246 additions and 2 deletions

View file

@ -46,6 +46,7 @@ gevent = "*"
django-extensions = "*"
python-magic = "*"
pyup-django = "*"
"jinja2" = "*"
[dev-packages]
ptpython = "*"