R. Gorman ha scritto:
> Wow, sorry I didn't pick up on all the settings and their effects you
> provided - haven't dug into 1.0 myself and the PythonOption
> django.root is a new one for 1.0. I looked more thoroughly at your
> settings and they all appear correct, you have the root defined in
> a
Wow, sorry I didn't pick up on all the settings and their effects you
provided - haven't dug into 1.0 myself and the PythonOption
django.root is a new one for 1.0. I looked more thoroughly at your
settings and they all appear correct, you have the root defined in
apache so you should not need it
Well, this solution doesn't work for me.
Setting urls to:
from django.conf.urls.defaults import *
from django.contrib.auth.views import login, logout
from django.contrib import admin
admin.autodiscover()
Ah, I see. I didn't see that on the first read through - I think I
need a nap. Your URLs are lacking the /djmsb/ because that's how you
currently have your url.py patterns setup. You just need to add
'djmsb/' to the front of your urls:
from django.conf.urls.defaults import *
from django.contri
R. Gorman ha scritto:
> On Sep 16, 11:32 am, Mirto Silvio Busico <[EMAIL PROTECTED]> wrote:
>
>
>> DJMSB.VIEWS--
>>
>> from django.shortcuts import render_to_response
>> from django.contrib.auth.decorators import lo
On Sep 16, 11:32 am, Mirto Silvio Busico <[EMAIL PROTECTED]> wrote:
>
> DJMSB.VIEWS--
>
> from django.shortcuts import render_to_response
> from django.contrib.auth.decorators import login_required
> from django.contr
Hi all,
I'm starting to use django and to understand if I can do what i need.
My experience is mainly with Plone and I use a Debian/Lenny box.
I digged into the documentation and, after experimenting the 0.96
version that comes with Lenny, I switched to the 1.0 version from Sid
I need a "priva
7 matches
Mail list logo