#2557: [patch] serve media files from INSTALL_APP and sync them into MEDIA_ROOT
------------------------------------+---------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  adrian  
     Type:  enhancement             |       Status:  reopened
 Priority:  normal                  |    Milestone:          
Component:  Contrib apps            |      Version:  SVN     
 Severity:  normal                  |   Resolution:          
 Keywords:                          |  
------------------------------------+---------------------------------------
Changes (by [EMAIL PROTECTED]):

  * resolution:  wontfix =>
  * status:  closed => reopened

Comment:

 Hi Adrian,
 
 I think you closed it a little bit to fast :(
 
 This enhencement is intended purely for convenience! In development mode
 it served media files from installed apps. Think of css, js or img files
 in developing django apps.
 
 To go into production the patch help to sync all media file in the
 installed apps into the MEDIA_ROOT folder of the media serving web server.
 Without the patch I had to copy all media files from the installed apps by
 hand into the correct MEDIA_ROOT folder and had to take care about the
 correct directory structure.
 
 Regards,
 Dirk

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2557>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---

Reply via email to