jijo-paulose / django-profile

Automatically exported from code.google.com/p/django-profile
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

avatars in media disallows symlinking #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
media/userprofile is good generally, however I like to symlink app media
dirs into my main media dir so that when they are updated the media is
updated too. how about keeping avatars and any other site-generated content
outside media/userprofile?

Original issue reported on code.google.com by ericd...@gmail.com on 22 Nov 2008 at 4:29

GoogleCodeExporter commented 9 years ago
I believe that this just requires rolling back just one line of r353

Original comment by ericd...@gmail.com on 22 Nov 2008 at 4:33

GoogleCodeExporter commented 9 years ago
Good point. The avatar dir fits better outside the userprofile media dir. I'm 
going
to modify the code to accomplish it. Thanks for reporting Eric.

Original comment by david.ru...@gmail.com on 27 Nov 2008 at 5:50