url views problem

2008-06-23 Thread sebastian stephenson
ok so I have in my data base a colium of rss feeds and I am parseing them via feedparser and I am having a touble getting one feed to have like "local/show/1" and another feed have "local/show/2" but how do you do this here is the urls.py in its current state: from django.conf.urls.defaults

Re: url help

2008-05-30 Thread sebastian stephenson
cool thats useful but more advice form other people would be great I will try that thank you On 30 May 2008, at 15:37, Jack M. wrote: > > Forgive me if this is a little off but, to have the argument passed > into the view, you'd want to use some different regexp: > (r'^shows/(\w+)','ubermicro.s

Re: list index out or range,getting rss feed urls out of db

2008-05-29 Thread sebastian stephenson
you'll probably just leave those alone in the > admin. Part of the standalone script should clear old FeedItems from > the database when you don't need them anymore. > > E > > On May 29, 2008, at 5:08 PM, sebastian stephenson wrote: > >> >> well umm. can I

Re: list index out or range,getting rss feed urls out of db

2008-05-29 Thread sebastian stephenson
, and move up from > there. That said, good luck! > > E > > > On May 28, 2008, at 11:45 PM, sebey wrote: > >> >> please much suggestions thank you >> >> On May 28, 4:37 pm, sebastian stephenson <[EMAIL PROTECTED]> wrote: >>> great fi

Re: list index out or range,getting rss feed urls out of db

2008-05-28 Thread sebastian stephenson
great finally some help thank you so much! On 28 May 2008, at 15:20, Rajesh Dhawan wrote: > > > > On May 28, 6:30 am, sebey <[EMAIL PROTECTED]> wrote: >> from django.http import HttpResponse >> import feedparser >> from ubermicro.shows.models import show >> >> def show_page(request): >> """th

Re: Help me build my site with answers to my questions from models to newsletters everybody view this at least once

2008-05-24 Thread sebastian stephenson
ok but I can you intergate it in to a site as it seems that it only can use its own html sign up page can you make your own that talks to mailman? On 23 May 2008, at 23:08, Jeff Anderson wrote: > sebey wrote: >> mailman seens to be aimed at something like google groups and I doing >> a newle

Re: load external xml and css with varibles?

2008-05-21 Thread sebastian stephenson
I done python and html/css and I have had had no programing experence On 21 May 2008, at 17:11, Matthias Kestenholz wrote: > > On Wed, 2008-05-21 at 08:34 -0700, sebey wrote: >> what I really need is how to code this I know what to do but I don't >> know how to do it >> > > Then learn how to do i

django and s3

2007-11-10 Thread sebastian stephenson
I am considering using amazon s3 as a web-hosting service and I would like to know do django or python itself prevent this from happening? see ya sebey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django use