X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=devel%2Fdjango-install.txt;fp=devel%2Fdjango-install.txt;h=87896b8d3db3562ba8eb064ad80192167996a65b;hp=ad76b6ef5b3d202baf0671dd4abad28f6da003d0;hb=1f7e87134e52eb2a24c9ca1d31c84c6fd7e778b6;hpb=942f0c826530444332e45de0367b560e0af22b33 diff --git a/devel/django-install.txt b/devel/django-install.txt index ad76b6ef..87896b8d 100644 --- a/devel/django-install.txt +++ b/devel/django-install.txt @@ -27,3 +27,14 @@ WARNING: version 1.3 !! $ sudo apt-get install python-django -> 1.4.1_2 +NOTE. (this has more to do with my own vserver-based technique to +create debian VM's) + +I found it useful to also do the following at some point +# apt-get install locales +# dpkg-reconfigure locales +-> en_US.UTF-8 + +The thing is I enter my debian box from a MAC through ssh, and the +MAC has this set: LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 +and I was getting a lot of warnings relating to that anyways