did you take a look at the django filebrowser:
http://code.google.com/p/django-filebrowser/
patrick.
On May 24, 7:13 pm, poschs <[EMAIL PROTECTED]> wrote:
> > 1. I cant edit the ImageField by hand - e.g. If it currently contains
> > 'images\fam1.jpg' I cannot manually type in images\fam2.jpg and
> 1. I cant edit the ImageField by hand - e.g. If it currently contains
> 'images\fam1.jpg' I cannot manually type in images\fam2.jpg and have
> it accept it.
>> I don't follow what you're trying to do here. Does this "fam2.jpg"
>> exist on your computer?
My goal is to be able to simply choose f
On Thu, May 22, 2008 at 3:22 PM, poschs <[EMAIL PROTECTED]> wrote:
> 1. I cant edit the ImageField by hand - e.g. If it currently contains
> 'images\fam1.jpg' I cannot manually type in images\fam2.jpg and have
> it accept it.
I don't follow what you're trying to do here. Does this "fam2.jpg"
exis
Here are my relevant settings:
MEDIA_ROOT = os.path.join(os.path.dirname(__file__),
'static').replace('\\', '/')
MEDIA_URL = '/static/'
I tried using 127.0.0.1:8000 for the MEDIA_URL (as the documentation
suggests) but my files would not display properly. MEDIA_ROOT above
evaluates to 'd:\sites\
4 matches
Mail list logo