"I'm starting work on a site that's to be hosted on GoDaddy"

uh.... good luck

On May 27, 3:56 pm, bcrem <[EMAIL PROTECTED]> wrote:
> I think I'll check my target host server; I'm starting work on a site
> that's to be hosted on GoDaddy - have to see what they're running.
> And if their tech-support is worthy of the name; first guy I spoke
> with there had to go offline a good five minutes to look up 'Django'.
>
> Hmmm.  On hold with them again (past the five-minute mark already);
> today's helpful phone-jockey insists Django's not in their knowledge
> base at all, he doesn't think they support it.  This could be bad...
>
> Good hold music at GoDaddy though; that's a nice change.
>
> On May 27, 3:22 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
>
> > On Tue, May 27, 2008 at 3:14 PM, bcrem <[EMAIL PROTECTED]> wrote:
>
> > > That must be it Karen - I'm running 0.96.2.  Guess I'll have to wait
> > > for the next release (or be brave and install the dev version...).
>
> > > Thanks for your help.
>
> > I'd recommend installing the SVN version.  If you are just getting started
> > and thus don't have a lot of existing code where you need to be concerned
> > about backwards-incompatible changes since 0.96, then I see no reason to
> > start learning with the old release.  SVN trunk is quite stable, and has a
> > year's worth of enhancements and fixes beyond what is in 0.96.
>
> > Karen
>
> > > bcrem
>
> > > On May 27, 2:59 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> > > > On Tue, May 27, 2008 at 2:23 PM, bcrem <[EMAIL PROTECTED]> wrote:
>
> > > > > Hi all,
>
> > > > > I'm trying to use the 'with' tag in an html template, similar to
> > > > > below:
>
> > > > >   {% with package.view.object as f %}
> > > > >      {{ f.name }}
> > > > >      ...
> > > > >   {% endwith %}
>
> > > > > When I try this, however, I get a TemplateSyntaxError whose exception
> > > > > value reads:
>
> > > > >   Invalid block tag: 'with'
>
> > > > > and my {% with ... %} is highlighted as the offending line.
>
> > > > > Has anyone else run into this?  Does the 'with' block tag work?  This
> > > > > is my first month with Django (& Python); I've managed to sort out
> > > > > previous problems in the examples I'm running through, but I'm not
> > > > > sure if this one is me (likely) or Django (?).
>
> > > > > Thanks in advance for any info...
>
> > > > What version of Django are you running?  The with tag is marked "New in
> > > > Django development version" so you'll need to be running something more
> > > > recent than an 0.96.x release to have it work.
>
> > > > Karen
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to