T
T
tttttv2021-11-16 11:10:48
Django
tttttv, 2021-11-16 11:10:48

How to organize the work of the frontender in a project with django?

For some time I was working on a project written in django, there were two full-stack + developers. Now there is a need to scale the team - to hire a front-end developer.

The entire front of the project is very much tied to django templates, full of loops, block tags, etc., which the front obviously does not know. Hence the question - how to organize the work of the front-end? Is it worth it once to collect all the files for him in regular html or are there easier solutions?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Gornostaev, 2021-11-16
@tttttv

There are many options. Quite often I worked in a mode where the front gives me fish, and I make patterns out of them. Faced with a variant when the front mastered the language of the template engine, since it is quite primitive. And a very common option in our time is to abandon the template engine. The backend is simply a rest service, from which the frontend receives data and renders pages on its own.

P
Python Newbie, 2021-11-16
@Levman5

Look for a Django front-end developer or tell the regular one about it all

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question