Relative Content

Tag Archive for htmldjango

Text won’t show up in html template

When I tried to integrate a html template I found online everything worked fine but the text just doesn’t show up. I was following a tutorial where they made me use a static file to load in the site. Another problem I had is that I didn’t understand what what to encase in {% static ‘file name here’%}. Would appreciate if you could help with that too.

Delete Tasks using Django framework

Im currently creating a todo list project using the Django web framework and i currently have an issue with deleting tasks of the webpage. My issue is that i don’t know and can’t find suitable code to perform the action of deleting a task from the webpage. This is what the webpage looks like: todo list.

Static in django

How can I add a static template tag for this in Django?{% static %}