Hi!
I have a problem with email-reports of "Broken INTERNAL link" that
doesn't seem correct. For example this one:
Referrer: http://www.teamxstream.se/
Requested URL: /star_empty.gif
When I access the referrer page, I get no error message myself and in
the source there are only occurrences of "
Thanks for the tip Brian!
I checked with pg_config --configure
and found out that Postgresql was indeed built with "enable-thread-
safety".
(I had to install libpq-dev with apt-get to get the pg_config-command)
About psycopg, on this site:
http://www.initd.org/tracker/psycopg
it says that you're
Hi!
I want to install psycopg2 on Ubuntu Dapper 6.06.1. I'm wondering
about a note in a file called INSTALL in the psycopg2-source. It says:
"""
Important note: if you plan to use psycopg2 in a multithreaded
application make sure that your libpq has been compiled with the --
with-thread-safety o
On 11 Jan, 04:07, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> 2) I have a model with aUserfield so what I do (on the view) is the
> following:
>
> Entry.fields['autor'].widget = forms.HiddenInput()
>
> if request.user.is_authenticated():
> Entry.fields['autor'].initial = (
On 9 Jan, 02:16, "Todd O'Bryan" <[EMAIL PROTECTED]> wrote:
> On Mon, 2007-01-08 at 06:41 -0800, Hans.Rauch wrote:
> > I have a class like this
>
> > class dms_itemForm ( forms.Form) :
> > title = forms.CharField(label='Überschrift')
>
> > If thisformis rendered, I see "Überschrif
Hi John!
I also started my Django-work on WinXP, but I used the built-in Django
webbserver and I never had any "no module"-errors. I'm now using
Ubuntu-Apache-modpython-PostgreSQL and when I started in Ubuntu, I had
some of those errors.
My solution was (except for recreating a corrupt database)
Hi Ron!
Try changing
'/home/rsie/projects/mysite'
to
'/home/rsie/projects'
and also change
SetEnv DJANGO_SETTINGS_MODULE settings
to
SetEnv DJANGO_SETTINGS_MODULE mysite.settings
regards,
/Henrik
--~--~-~--~~~---~--~~
You received this message because you are s
Well, I solved my connection problems. It seems I had two versions of
PostgreSQL installed and I had created the database with one version
and was running the server with the other version. When I used the
"createdb" command for both versions, one of them said that the
database was corrupt. So I r
On 3 Jan, 02:54, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
> On 02-Jan-07, at 11:18 PM, Michel Thadeu Sabchuk wrote:
>
> > without success, the error message tells me: FATAL:Ident
> > authentication failed for user "saraswati".edit pg_hba.conf - change
> > authentication fromident'sameuser'
akhen wrote:
Hi there
I'm trying to use FileInput widget in a Form:
image = forms.Field(widget=forms.FileInput)
But after a post, I just can get the filename not the data.
form.clean_data['image']
Any ideas ?
Thanks.
I think the best thing is to wait until newforms is more developed an
10 matches
Mail list logo