Hi, I have a question regarding django. I am currently working on a project and came across this doubt.
Things i have in hand: 1. Mark down entries like HTML,CSS are in mark down files(HTML.md, CSS.md) 2. I could dynamically show the content inside the mark down file using views file. when ever user clicks 127.0.0.1:8000/HTML it goes into the content of that page entry. Question: I have another requirement of writing these markdown content pages as links on the home page i.e, if i click on HTML on the home page i have to go to that markdown content page. Should i write another html page for each one? As i have reduced the redundancy of /HTML, /CSS in urls file and made it dynamically how should i make this also dynamic? How to link the <a> tag of the home page to the mark down page entry? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f3fa7212-8b1e-42aa-a82c-ca895282a822n%40googlegroups.com.