Re: Upload images to rich-editor in admin interface

2006-08-20 Thread Nathan R. Yergler
application that supports most of the API. I'll be working on finishing it up today, and will release it tomorrow or Tuesday, depending on when I get things cleaned up. Anyway, that may make FCKeditor a good choice for you. I'll announce it on django-users when its available. Nathan Scater wrote: >

Re: How do I parse XML in a Django view?

2006-08-18 Thread Nathan R. Yergler
Are you sure your url configuration is correct? Sounds like your problem isn't in the catalog function at all. Mike wrote: > Please bear with me as I continue to learn and struggle. We installed > ElementTree and started tinkering around with it, but we are still > having problems when we try

Re: How do I parse XML in a Django view?

2006-08-18 Thread Nathan R. Yergler
- %s" % (datum, node.tag, node.text) return render_to_response('templates/generic_output.html', {'output':datum}) Hope that helps. Nathan > def catalog(request): > class countHandler(ContentHandler): > def __init__(self): > se

Re: Custom file handling

2006-08-16 Thread Nathan Ekstrom
one and it saves its image files in that way. Thanks for the example code Ian. I'm currently trying to figure out how to get it to do exactly what I want. Nathan Ekstrom --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Custom file handling

2006-08-16 Thread Nathan Ekstrom
Saving with the same name is fine I just need a custom way to specify the directory. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Custom file handling

2006-08-15 Thread Nathan Ekstrom
on another field in the row, also in the case of an image I would like to generate some thumbnails and save them to different directories. Is there a way to do this with the admin interface or will I need to do it another way. Thanks for your help, Nathan

Re: django problem at dreamhost

2006-02-19 Thread Nathan Clayton
), and then check that you're not getting the same issue that some of the ROR guys have experienced (http://wiki.dreamhost.com/index.php/Ruby_on_Rails#QuickStart_Guide) - check out point 5.Nathan-- This is my haiku.It ends all my messages.It's not very good

<    1   2   3