> Hope the above helps too.
Hello both of you.
All your suggestions were great and solved my problem. Thank's a lot .
Melita
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this
On Nov 1, 7:26 am, gizmo <[EMAIL PROTECTED]> wrote:
> Hello,
> I started learning about Django and I followed an example
> athttp://www.djangobook.com/en/beta/chapter03/
>
> I've done:
> from django.conf.urls.defaults import *
> from gizmo_site.datetime import current_datetime
This suggests th
On 1 Lis, 12:26, gizmo <[EMAIL PROTECTED]> wrote:
> Hello,
> I started learning about Django and I followed an example
> athttp://www.djangobook.com/en/beta/chapter03/
>
> I've done:
> from django.conf.urls.defaults import *
> from gizmo_site.datetime import current_datetime
>
> urlpatterns =
> p
Hello,
I started learning about Django and I followed an example at
http://www.djangobook.com/en/beta/chapter03/
I've done:
from django.conf.urls.defaults import *
from gizmo_site.datetime import current_datetime
urlpatterns =
patterns('',
(r'^\now$', current_datetime), )
When I tri
4 matches
Mail list logo