Thanks for sharing!

On Sunday, 6 February 2011 16:27:16 UTC+13, gerram wrote:
>
> I decided my problem! 
> If you use dynamic method for getting you path, example: 
>
> import os 
> SITE_ROOT = os.path.realpath(os.path.dirname(__file__)) 
> MEDIA_ROOT = os.path.join(SITE_ROOT, 'media') 
>
> you can dismiss path of you real folder especially when project lies 
> outside of the site root. 
>
> I check it out in folder with project: 
> python manage.py shell 
> >>> from django.conf import settings 
> >>> import filebrowser.settings 
> >>> filebrowser.settings.MEDIA_ROOT 
> /var/www/mysite.com/media  
> >>> filebrowser.settings.DIRECTORY 
> uploads/ 
>
> you can check is or not is such folder: (/var/www/mysite.com/media/ 
> uploads/ <http://mysite.com/media/uploads/> ) 
>
> Good luck! 
>
>
> On Feb 4, 2:34 pm, gerram <georgemal...@gmail.com> wrote: 
> > Can anybody to help me with demo project of correct settings.py for 
> > django-filebrowser and structure of folders. I tried very much places 
> > of locate FILEBROWSER folders for media and uploads but always get 
> > such error: 'Error finding Upload-Folder (MEDIA_ROOT + 
> > FILEBROWSER_DIRECTORY). Maybe it does not exist?' 
> > Best regards, George

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/aAZBZNMN1IcJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to