It looks like simple task to connect staticfiles (css, js, images) with django. But its tricky when you doing it improperly. With few lines code we can achieve it. As a beginner, I had lots of lots of questions when started learning django. That is, where to create templates and…