Internationalization. compilemessages.

2009-12-11 Thread Chirolo
Hi. Does any of you have had problems using django-admin.py compilemessages? I trying to change the language in a project from Spanish to English. I have follow all the django steps. 1-Translating strings> {% trans 'string' %} 2- Traslating some forms---> name= forms.CharField(label=_ (

Re: Uploading an Image.

2009-10-12 Thread Chirolo
sappears, find apparmor config for apache and add there > > /home/Djangoprojects/ rw, > /home/Djangoprojects/** rw, > /home/Djangoprojects/imageupload/** rw, > > 2009/10/11 Chirolo > > > > > Hi Bayuadji. > > I already change the permissions for my Djangoprojects direc

Re: Uploading an Image.

2009-10-12 Thread Chirolo
media/ or even home. > > your error differs a bit from mine... does the directory /imageupload/ > exist in /home/Djangoprojects ?? > > Chirolo wrote: > > Hi Bayuadji. > > I already change the permissions for my Djangoprojects directory to > > rwxrwxrwx, but st

Re: Uploading an Image.

2009-10-11 Thread Chirolo
t; dwrxr-xr-x On Oct 9, 7:31 pm, Bayuadji wrote: > Hi Chirolo > > On 10/9/09, Chirolo wrote: > > > > > My question is which file or directory controls this webserverprocess? > > or what can I do to solve my problem. > > Thank you in advance. > > Here

Uploading an Image.

2009-10-09 Thread Chirolo
Probably this problem has been issue before, but I couldn't find an easy explanation. My problem: When Uploading an image I cannot write to the "image" directory. What I have done: I already changed the permissions on my main directory, and Image directory with 777 and still I'm not able to write

Re: User created in postgresql is not found when Adding Data to the API.

2008-03-29 Thread Chirolo
ALEJA: We tried to follow rules, but those rules are not well defined. Then, we struggle along the way until we find our own answers with the help of those who care" WG On Mar 26, 10:40 pm, Chirolo <[EMAIL PROTECTED]> wrote: > Hi again. > I tried what Thomas suggested, but I still get

Re: User created in postgresql is not found when Adding Data to the API.

2008-03-27 Thread Chirolo
/db/backends/util.py", line 18, in execute return self.cursor.execute(sql, params) ProgrammingError: relation "People_person" does not exist On Mar 25, 7:25 pm, Chirolo <[EMAIL PROTECTED]> wrote: > Hello to all. > I'm a newbie trying to learn Django. > I&

Re: User created in postgresql is not found when Adding Data to the API.

2008-03-26 Thread Chirolo
t settings # Assumed to be in the same directory. File "/home/wistong/django_projects/iFriends/iFriends/settings.py", line 13, in user=pwdtuple[0] NameError: name 'pwdtuple' is not defined Any ideas to fix this problem, so I can continue my learning curve. Thank you.

User created in postgresql is not found when Adding Data to the API.

2008-03-25 Thread Chirolo
elf._cursor(settings) File "/usr/lib/python2.5/site-packages/django/db/backends/ postgresql_psycopg2/base.py", line 69, in _cursor self.connection = Database.connect(conn_string, **self.options) OperationalError: FATAL: role "amigo&qu