I am facing a problem with my project, I posted about it on Stack Overflow, here is the link: http://stackoverflow.com/questions/28539441/reference-objects-using-foreign-keys-in-django-forms
Here is m code on github, I am currently working on the feature_forms branch: https://github.com/ketanbhatt/sketch-a-wish/tree/feature_forms
I will summarize my problem again, I am building a site in which users can login and make a wish. Other users can first a get a wish to sketch, and then submit the sketch they made for the assigned wish.
I have been able to create all the views and forms, except for the submitting sketch view. I want:
1. Only the wishes that has been assigned to the logged in user to be displayed in the Submit_sketch form
2. User selects the wish he wants to upload the sketch for, and submits.
Please help!