A component in django-components is the combination of four things: CSS, Javascript, a Django template, and some Python code to put them all together .
Read moreCan Django make frontend?
Django it’s specially known as a backend framework, but actually it’s both backend and frontend . You configure the backend logic within the views and models. But you can also define the frontend through the templates, where you use HTML/CSS and JavaScript.
Read moreCan we build UI with Django?
Django can provide many default page layouts. But one size doesn’t always fit all. In this session, you’ll learn how to create great-looking pages using just a few packages and lines of code.
Read more