Answer the question
In order to leave comments, you need to log in
How to make a dynamically resizable form in django?
I have two tables with materials for services:
Materials:
class Materials(models.Model):
title = models.CharField("Название материала", max_length=200)
quantity_for_1 = models.FloatField("Цена за одну единицу")
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question