[omaha] Static vs media files in django

Steve Young wereapwhatwesow at gmail.com
Tue May 27 16:37:53 CEST 2014


Using Django 1.7 building a flashcard app.  Currently I have about 1000
images - one per card, and images can be used on multiple cards.  Later on
users may be able to upload images also.  Django seems to have 2 basic ways
to serve static files - Static and Media.  From what I gather static is for
css, logos, and other admin created files, and media is for user uploaded
content.?

I am thinking Media is the way to go?  If you have any other suggestions on
handling images please chime in.

Thanks.

Steve


More information about the Omaha mailing list