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:
parent
335db51ffc
commit
b59962a119
7 changed files with 246 additions and 2 deletions
1
Pipfile
1
Pipfile
|
@ -46,6 +46,7 @@ gevent = "*"
|
|||
django-extensions = "*"
|
||||
python-magic = "*"
|
||||
pyup-django = "*"
|
||||
"jinja2" = "*"
|
||||
|
||||
[dev-packages]
|
||||
ptpython = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue