Re: django-admin.py makemessages is ignoring .txt files

2010-04-16 Thread simonecare...@gmail.com
Hey, thank you for the quick and correct reply. Simone. On 16 Apr, 12:09, Tom Evans wrote: > On Fri, Apr 16, 2010 at 10:52 AM, simonecare...@gmail.com > > > > > > wrote: > > Hi all, > > > I'm noticing a strange problem with gettext makemessages comm

django-admin.py makemessages is ignoring .txt files

2010-04-16 Thread simonecare...@gmail.com
Hi all, I'm noticing a strange problem with gettext makemessages command. When I launch it to generate a .po file, it seems it completely ignores i18n strings that are placed in .txt files. Cannot see any way to get it referenced in the .po file. All others strings are correctly pickled. I'm ru

Re: Cannot reach development server in a rackspace cloud server

2010-01-04 Thread simonecare...@gmail.com
12:04 PM, simonecare...@gmail.com < > > > > > > simonecare...@gmail.com> wrote: > > > python2.5 manage.py runserver 0.0.0.0:8000, but i can't point my web > > > browser to that address. > > > Of course I mean MY.IP.ADDRESS:8000. :) > >

Re: Cannot reach development server in a rackspace cloud server

2010-01-04 Thread simonecare...@gmail.com
> python2.5 manage.py runserver 0.0.0.0:8000, but i can't point my web > browser to that address. Of course I mean MY.IP.ADDRESS:8000. :) On Jan 4, 12:01 pm, "simonecare...@gmail.com" wrote: > Hi everyone, > > i've just setted up a new Centos 5.4 based clo

Cannot reach development server in a rackspace cloud server

2010-01-04 Thread simonecare...@gmail.com
Hi everyone, i've just setted up a new Centos 5.4 based cloud server at Rackspace. Installed Python2.5 and virtualenv, devel-tools, and all went ok but I can't reach the development server. I started a new django project, then launched python2.5 manage.py runserver 0.0.0.0:8000, but i can't poin

Re: Custom Comments

2009-10-19 Thread simonecare...@gmail.com
Post more information about errors you get, including you traceback. It will be more helpful. Bye. On Oct 19, 4:34 pm, ToTmX wrote: > Hi, I'm new django user. > > I want use Comments application and custom the input form with only > comment field in my form, without email field, site field, etc

Cannot create notification records in management.py

2009-10-15 Thread simonecare...@gmail.com
Hi, I'm using django notification. I've installed django-messages, that tries to add records for into the notification_noticetype table. Here is the management.py from django.db.models import get_models, signals from django.conf import settings from django.utils.translation import ugettext_noop

django-friends error: 'Permission' object has no attribute 'verified'

2009-10-14 Thread simonecare...@gmail.com
Hi all, I'm trying to install django-friends into my project, but I get an error while performing syncdb: File "/home/***/***/trunk/app/friends/models.py", line 208, in new_user if instance.verified(): AttributeError: 'Permission' object has no attribute 'verified' I'm running on a Python2.

Re: Install PIL on a shared hosting

2009-06-07 Thread simonecare...@gmail.com
I'm on SITE5. I've just created a symbolic link to PIL from my PYTHON PATH. I can import PIL module, but now I get this error: The _imaging C module is not installed On Jun 7, 2:11 pm, Kenneth Gonsalves wrote: > On Sunday 07 June 2009 17:22:26 simonecare...@gmail.com wrot

Install PIL on a shared hosting

2009-06-07 Thread simonecare...@gmail.com
Hi to all. I've noticed PIL is not installed on my shared hosting. I tried to install it through setup.py but I got a permission error. Has someone ever installed it on a shared hosting plan? Thanks, Simone. --~--~-~--~~~---~--~~ You received this message becaus

Re: Admin css being weird

2009-05-24 Thread simonecare...@gmail.com
monecare...@gmail.com < > > simonecare...@gmail.com> wrote: > > > Yes I have 2 Django version installed. > > But in the django.fcgi dispatcher I call the my Django Environment. > > How can I fix this issue? > > I usually use it removing the 'other' versio

Re: Admin css being weird

2009-05-24 Thread simonecare...@gmail.com
Yes I have 2 Django version installed. But in the django.fcgi dispatcher I call the my Django Environment. How can I fix this issue? On 23 Mag, 20:49, Ariel Nunez wrote: > Please make sure there isn't another Django version being loaded. > I experienced the same situation when I had copied admin

Re: Admin css being weird

2009-05-23 Thread simonecare...@gmail.com
Hi. I've the same problem deploying a django application on my web hosting with FastCGI. I've tried also to entirely copy the media admin directory into my public_html, but the only page I continue see looking good is the LOGOUT page. It seems that Django doesn't load properly the css. In the h