Hi again Karen

Im sorry to say that I only understand some of these technical terms.
I really try to, but its very geeeky from my perspective.
(My Django inviroment is hosted at djangohosting.ch)

So I hope that you (or someone else) will explain a 1 2 3 procedure
for me to fix it, so that our users can upload their weird files :o)

In case I need to put this code somewhere:
export LANG='en_US.UTF-8'
export LC_ALL='en_US.UTF-8'
Then please tell me where I should put it. in my settings.py or?

I have read Alexanders entry with interest, and Im wondering if it
would be the solution to change some things in "django/db/models/
fields/files.py" ??

Thanks for your help and patience :o)

Michael



On 14 Jun., 01:22, Karen Tracey <kmtra...@gmail.com> wrote:
> On Sun, Jun 13, 2010 at 6:18 PM, MichaleHjulskov <needb...@gmail.com> wrote:
> > Hi Karen, I did not know there was a new release, sorry.
>
> > So if I just install the new release, it will solve the problem just
> > like that?
> > Or do I still need to do something, in order to make it work with
> > special chars in the filenames?
>
> No, with the current release you still need to ensure your environment is
> set properly to allow Django to pass unicode to file system functions. The
> behavior I am guessing you are seeing (absent the full traceback to be sure)
> is not a bug in Django, it's an error in your environment setup. I pointed
> to the place in the doc where this is mentioned, and where some details of
> properly setting things up for Apache is covered, in the first paragraph of
> my first response.
>
> I just mentioned upgrading from the alpha level of code because there are
> plenty of bugs that were fixed between alpha and release, and your life will
> likely be easier if you use release level code instead of alpha.
>
> Karen

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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