Django inernal server Error -


i'm working on django website.
when upload image , name in english, uploaded. when try in arabic can't upload, gives internal server error.

i think got unicode error in server. set both in system environment check.

lang='en_us.utf-8' lc_all='en_us.utf-8' 

https://code.djangoproject.com/wiki/django_apache_and_mod_wsgi#additionaltweaking


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -