D
D
Dan5002020-05-28 21:00:39
Django
Dan500, 2020-05-28 21:00:39

I watched video tutorials on django, but everywhere they made sites just with text on an empty page, but how to make an interface and design on the page?

I watched video tutorials on django, but everywhere they made sites just with text on an empty page, but how to make an interface and design on the page?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sultan, 2020-05-29
@Dan500

Knowledge of HTML and CSS alone is indispensable here. Dzhanga has its own templating engine (or Jinja), which allows you to intersperse in HTML, getting some logic from your views.py files. By the way, it’s nice to separate the application’s business logic from controllers, but for a small project, you can write it in views.py.
The question is very extensive, I can only advise the YouTube channel (Oleg Molchanov). The author is very accessible for beginners, shows everything with examples.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question