It'd be helpful if you supplied us with a few more details:
1. What is MEDIA_ROOT and MEDIA_URL set to?
2. What is the Picture object's ImageField;s "upload_to" attribute
set to?
3. Did you define your own "get_absolute_path(self)" method in the
Picture model?
4. What version of Django are yo
I am having a problem saving in Admin.
I have two models, Picture and Post. (One to Many)
The picture model has a foreign_key (post) which is using edit_inline.
When I add a post in Admin, the 4 picture field show up like they
are suppose to.
Then, I hit the save buttton, and none of the pictur
2 matches
Mail list logo