gc2gh / django-newsroom

Automatically exported from code.google.com/p/django-newsroom
Other
0 stars 0 forks source link

Add ability to add photo to model / feature_add form #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We need to add the ability to upload a Lead Photo to both the model and to
the feature_add form.

Not to get over-ambitious, but we may also want to consider adding any kind
of media?  Maybe just photos for now.

Original issue reported on code.google.com by jgty...@gmail.com on 13 Apr 2009 at 9:50

GoogleCodeExporter commented 8 years ago

Original comment by jgty...@gmail.com on 13 Apr 2009 at 11:14

GoogleCodeExporter commented 8 years ago
I think Brian is working on allowing something like 

class MyModel():
   ...
   lead_art = foreignKey(Media)
   lead_art_type = someFieldType(choices=MEDIA_TYPES)
   ...

We have yet to see how this will all fit together, it's in the works.

Original comment by mand...@gmail.com on 16 Apr 2009 at 7:01

GoogleCodeExporter commented 8 years ago

Original comment by jgty...@gmail.com on 12 May 2009 at 4:32

GoogleCodeExporter commented 8 years ago
i believe this is a high priority?

Original comment by mand...@gmail.com on 28 May 2009 at 2:25

GoogleCodeExporter commented 8 years ago
I believe it is too.  Let's see how this translates into how stories are 
displayed on
the public site, to be sure.

Original comment by jgty...@gmail.com on 28 May 2009 at 6:18