This line:
query = show.objects.filter(show_feed__contains="http://";)
selects all shows that have a feed url(?) containing "http://";. The for loop
then loops through these items and passes each one to feedparser. If you
want to view only one show you have to change this to use the show ID yo
local/admin/, I get the cookie error problem again.
>
> So, I guess it must have something to do with the fact that define the
> hostname using the hosts file on Mac OS X instead of doing it via the
> DNS server.
>
> What's even more strange is that Safari is the only brow
It certainly looks to me like it is a client and not a server problem. Have
you tried running the development server on the mac and accessing it with
that exact same install of Safari? Have you tried accessing the site from a
different mac with safari?
As a next step in tracing the error I'd ins
2008/6/24 sebey <[EMAIL PROTECTED]>:
>#temp only fo dev proposes
> (r'^shows/(?p\d{1})/
> s','ubermicro.shows.views.show_page') # .* does not work
> )
>
> can anyone help?
You need to use a capital letter P: r'^shows/(?P\d{1})/'
/Emil
--~--~-~--~~~---~--~-
2008/6/23 Peter Melvyn <[EMAIL PROTECTED]>:
>
> > I have a list of records, and I'd like the user to be able to delete
> > any given record by pressing a button.
>
> IMHO there are two basic solutions:
>
> 1. each record has column with hyperlink to delete action (ID is part of
> URL)
> You ca
5 matches
Mail list logo