please am new to django, and am looking for something more
appropriate for django auth
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send emai
> 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
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
3 matches
Mail list logo