11👍
how do I use the WP theme in my django template?
You have to extract the base HTML/CSS/JS(without any PHP code) and use them to create a Django template. No other way.
or do I have to make my own templates (which I don’t want)?
You have to. WordPress is a PHP framework and it’s templates are incompatible with Django, which is a Python framework.
Also, should I use wordpress in the first place(its SEO pluggins are quite strong) or should I use a django blogging app instead?
Questions that start with Should always have controversial answers. You should research and choose what you need. No one is here to research for others.
Source:stackexchange.com