I have a website where the user can be put three numbers on my html
template and get some results from my personal mathematical algorithm. the
result save at user personal table on my database and can see in specific
tab in my website.
my problem is where the algorithm to calculate result may
hello i have create a select django form with list of images for per user.
How to take that select request in my views.py ?
i have success only to create correct that select list but i need take that
select request but i dont know how.
models.py
class MyModel(models.Model):
user = model