Django: Link To Url In Template When Function Is In A View In Another Directory?
I'm trying to display comments in a template like this: {{ url note.note }} {{ url note.note_b…
Read more
Django: Link To Url In Template When Function Is In A View In Another Directory?