I think you can write it like
(r‘^([\w-]+)/(\d{4})/(\d+)/(\d+)/(?P\d+)/$’,
find_seminar_occurrence),
it should be OK.
On 4月20日, 上午10时31分, Brandon Taylor <[EMAIL PROTECTED]> wrote:
> Changing my urls.py to this:
>
> from django.conf.urls.defaults import *
> from rdk.training.views import *
>
> url
you can look at those articles:
http://www.djangoproject.com/documentation/newforms/
http://code.pui.ch/2007/01/07/using-djangos-newforms/
On 4月2日, 上午5时07分, "Chris Hartjes" <[EMAIL PROTECTED]> wrote:
> Hi there. I'm a newbie at Python but have lots of experience with PHP and
> MVC frameworks in
About
"1) how do I get Django to generate those form elements for me so I
don't
have to do it by hand
2) how do I get Django to process those values when they come in. "
you can look at those articles belows:
http://www.djangoproject.com/documentation/newforms/
http://code.pui.ch/2007/01/07/using
3 matches
Mail list logo