Re: MEDIA, STATICFILES and ADMIN to dictionaries like CACHES and DATABASES

2011-03-23 Thread Luke Plant
On 23/03/11 10:32, Matt Harasymczuk wrote: > I give you an example: > > BTW switch name from media to "useruploaded" or "uploaded", which IMHO > is self explaining, hence MEDIA is not. > > STATICFILES = { > 'uploaded' : { # old name MEDIA > 'PREFIX' : '', > 'ROOT': '', > 'URL':

MEDIA, STATICFILES and ADMIN to dictionaries like CACHES and DATABASES

2011-03-23 Thread Matt Harasymczuk
I give you an example: BTW switch name from media to "useruploaded" or "uploaded", which IMHO is self explaining, hence MEDIA is not. STATICFILES = { 'uploaded' : { # old name MEDIA 'PREFIX' : '', 'ROOT': '', 'URL': '', }, 'admin': { 'PREFIX' : '', 'ROOT': '',