is defined first...
So, is there an elegant solution to this, or does it have to get ugly...?
Cheers,
johan
--
Johan Liseborn
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To pos
erently than described in the book,
or at least I did not manage to get it working exactly as stated in
the book.
> - btw great book :D
Agree.
Cheers,
johan
--
Johan Liseborn
--~--~-~--~~~---~--~~
You received this message because you are subscribed to t
27;baz'] = form.cleaned_data['baz']
Now, in each template you will have access to more and more additional
information, just like so:
{{ foo }}
{{ bar }}
{{ baz }}
I am not sure exactly how this maps to your example (as I do not fully
understand it), but maybe it c
Hi all,
I am trying to figure out if I can use Django's sites-system in a
small experiment I am conducting. Please bear with me, as I am still
struggling to fully understand the sites-system. I am using the svn
version of Django (currently rev 7106, I believe).
I would like to build a site publi
Malcolm,
Thanks for your reply!
On Thu, Feb 14, 2008 at 2:55 AM, Malcolm Tredinnick
<[EMAIL PROTECTED]> wrote:
>
> On Wed, 2008-02-13 at 14:52 +0100, Johan Liseborn wrote:
>
> > while my requirement seems to indicate
> > that the "site" (or pseudo-domai
On Fri, Feb 15, 2008 at 2:31 PM, Dj Gilcrease <[EMAIL PROTECTED]> wrote:
>
> On Thu, Feb 14, 2008 at 12:41 PM, Johan Liseborn
> <[EMAIL PROTECTED]> wrote:
> > I tried your suggested approach, wrote a small middleware class, and
> > I actually got
On Feb 16, 2008 1:46 PM, doNascimento <[EMAIL PROTECTED]> wrote:
> I'm on mac OS X (10.4)
> Installed the official release (0.96.1)
> I've put django-admin.py on my path folder but it's not working when I
> use Python before it. (I get Python couldn't open ...)
I believe you need to do one of two
ly two people that have stumbled upon the problem... :-)
Cheers,
johan
--
Johan Liseborn
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-
text
return render_to_response('somepage.html',
context_instance=RequestContext(request))
That will, among other things (and depending on the
TEMPLATE_CONTEXT_PROCESSORS variable in your settings.py) populate the
request-object with a "user" field.
You can read more he
9 matches
Mail list logo