Re: can't install the pillow library on my first attempt to add an ImageField to my model

2015-01-21 Thread aseds
ng packages > system-wide, which is the recommended way of creating development > environments. > > On Wed, Jan 21, 2015 at 1:53 PM, aseds > > wrote: > >> thank you Vijay, the error has changed. now i've got >> >> error: could not create &#

Re: can't install the pillow library on my first attempt to add an ImageField to my model

2015-01-21 Thread aseds
led with error code 1 in /tmp/pip_build_aseds/pillow Storing debug log for failure in /home/aseds/.pip/pip.log so, should i change the Permission for "dist-packages"?? is it safe to run the below command? chmod 777 dist-packages or what should i do? On Wednesday, January 21, 2015 at 6

can't install the pillow library on my first attempt to add an ImageField to my model

2015-01-21 Thread aseds
ot; inst all --record /tmp/pip-GeeYvn-record/install-record.txt --single-version -externally-managed --compile failed with error code 1 in /tmp/pip_buil d_aseds/pillow Storing debug log for failure in /home/aseds/.pip/pip.log i don't know exactly what is wrong cause i'm still a newbie wit

Re: nothing i can do about "CSRF token missing or incorect" -- beginner

2014-09-02 Thread aseds
srf_token is actually inserted into the form by > looking at the HTML in the browser? > > François > > On Sep 2, 2014, at 3:57 AM, aseds > > wrote: > > > i searched and tried what i found to solve it, but... > > here is my edit.html which contains my form: >

Re: Cannot start tutorial that begins with '"jango-admin.py startproject mysite"

2014-09-02 Thread aseds
for me django-admin.py does not work, but django-admin does work. i don't know why. On Friday, August 29, 2014 10:13:55 AM UTC+4:30, Jo MM wrote: > > Hello. > I believe I have successfully installed Django based on having no problems > with testing "import django" at the command prompt and

nothing i can do about "CSRF token missing or incorect" -- beginner

2014-09-02 Thread aseds
i searched and tried what i found to solve it, but... here is my edit.html which contains my form: {{ page_name }} - Editing Editing {{ page_name }} {% csrf_token %} {{ content }} and here is my views.py: # ... def edit_page(request, page_name): try: page = Page.objects.get(pk =