Perhaps try adding a URL pattern like the following:
(r^(?P\w+)/$', 'project.views.user_page')
Your view function (called "user_page") will now accept "user_name" as
an argument in addition to the request object. I should warn you that
using that regular expression could be dangerous, as it
I missed a quote, it should be:
(r'^(?P\w+)/$', 'project.views.user_page')
On Jul 29, 10:16 pm, Matt the Destroyer <[EMAIL PROTECTED]>
wrote:
> Perhaps try adding a URL pattern like the following:
> (r^(?P\w+)/$', 'project.views.user_page
size=30 simply tells the browser to make the input field a size of 30
characters wide. it has no bearing on input data or transmission.
in the past, i have simply hard-coded my own input fields into my
templates so I can directly control the size and other attributes that
i might want (such as o
3 matches
Mail list logo