Django/Django error
[Django 에러] Invalid template name in 'extends' tag: ''. Got this from the 'base.html' variable.
clean01
2020. 7. 16. 14:30
원인:
{%extends 'base.html'%}로 써야하는데, ''를 안썼다....
오타, 콤마(,), 따옴표('')등등 항상 조심....