Re: FileBrowser: Installation Question

2009-05-27 Thread Bob N.
Figured it out. Of course, now I feel like an idiot... FILEBROWSER_PATH_SERVER = '/path/to/my/filebrowser' Adding this and other 'FILEBROWSER' settings to my project settings.py should have been obvious. Thanks for being kind! On May 27, 12:05 am, patrickk wrote: > I

Re: FileBrowser: Installation Question

2009-05-27 Thread patrickk
I don´t quite understand your question. fb_settings is imported with the filebrowser-views ... not sure if that answers your question. patrick On May 27, 4:01 am, "Bob N." wrote: > OK, so how do I get the fb_settings to appear in the runtime Settings? > > On May 26,

Re: FileBrowser: Installation Question

2009-05-26 Thread Bob N.
OK, so how do I get the fb_settings to appear in the runtime Settings? On May 26, 12:51 am, patrickk wrote: > "change fb_settings.py" means that you can/should change the variables > defined there. > e.g., if you are not using a directory named "uploads", you have to >

Re: FileBrowser: Installation Question

2009-05-26 Thread patrickk
"change fb_settings.py" means that you can/should change the variables defined there. e.g., if you are not using a directory named "uploads", you have to take a look at fb_settings.py and change that directory accordingly (note: you don´t _have_ to use "uploads", you can use whatever you want).

Re: FileBrowser: Installation Question

2009-05-25 Thread Daniel Hilton
Filebrowser uses a directory called uploads, in your media directory. You need to create it and allow the user running your wsgi instance to be able to write to it as you upload files. On a related note, has anyone ram into trouble installing filebrowser with tinymce? Have run usual install all

FileBrowser: Installation Question

2009-05-25 Thread Bob N.
I've followed the instructions properly, but I get the error: OSError (2, 'No such file or directory') at line 52 in Views.py: dir_list = os.listdir(os.path.join (PATH_SERVER, path)) PATH_SERVER is not defined in my Settings, so I'm sure it's because I can't figure out what to do for Basic