Answer the question
In order to leave comments, you need to log in
Django - search form?
Good afternoon!
Please tell me where you can see the implementation of a search form of this type, for example:
class Place(models.Model):
name = models.CharField()
keywords = models.CharField()
There is a view with a form for creating a Place object, while keywords is a string from words separated by commas.
The task is to create a view with a form for searching objects by name and keywords, which will also be entered as words separated by a comma.
Thank you!
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