Models for storing the value of another model

I have created a model from Django in my apps, though it’s my first time with models, I need help can somebody guide me.

I have created 1st model only for the experience, job type, salary.
Now I want to another model to contain its value how to do it please help me.

Have you worked your way through the Official Django Tutorial yet? That’ll give you a foundational understanding of how Models work and how to use them in views.

If you’re already past that point and are still having problems, it would be helpful if you posted your Model class here, along with the view you’re using it with.
(When posting code, please enclose it between lines consisting of only three backtick - ` characters. This means you’ll have a line of ```, then your code, then another line of ```.)

1 Like

Your question is a little unclear, but I suspect what you want to read up on is Foreign Keys.

1 Like