Can Django make front end?

You can’t use Django for front-end development because front-end means rendering of code in the browser itself and browsers are unable to render Python code. A browser can understand HTML, CSS and JS (few more technologies) but not python language. If you want to use framework for front-end then go for Angular.

Read more