I've just started learning Python/Django and I have a question for you guys:) I want to create a model in Django that will allow me to create a service with prices for each user.
For example, Users can open a form that will allow them to put there their services, and prices for each services.
But I don't know how to create an appropriate model. Please help.