You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I am trying to include a foreign key in the upload.
I have a model properties and I want to include a property_id when it uploads.
I have made the migrations to the database but I don't know how to include it. I have tried making a hidden field and passing the value through there but it comes back with a server error. I have also tried to include it in the def to_jq_upload inside the model but no luck.
The text was updated successfully, but these errors were encountered:
Hello I am trying to include a foreign key in the upload.
I have a model properties and I want to include a property_id when it uploads.
I have made the migrations to the database but I don't know how to include it. I have tried making a hidden field and passing the value through there but it comes back with a server error. I have also tried to include it in the def to_jq_upload inside the model but no luck.
The text was updated successfully, but these errors were encountered: