X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=devel%2Fdjango-install.txt;h=fcdbd2a136a0f280e2689bfdcd6ea2abf910b83c;hb=bb8c2e8dcae8e0ac148a99d31e3a860117eb10e8;hp=87896b8d3db3562ba8eb064ad80192167996a65b;hpb=1f7e87134e52eb2a24c9ca1d31c84c6fd7e778b6;p=myslice.git diff --git a/devel/django-install.txt b/devel/django-install.txt index 87896b8d..fcdbd2a1 100644 --- a/devel/django-install.txt +++ b/devel/django-install.txt @@ -1,4 +1,4 @@ -versions collected as of nov 14 2012 +Versions collected as of nov 14 2012 ======================================== MAC I'm using macports @@ -38,3 +38,9 @@ I found it useful to also do the following at some point 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 + +==================== postinstall +. manage.py syncdb +. manage.py collectstatic --noinput + +====================