Django Auth

2011-07-11 Thread Gizmo
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

Re: Django newbie, URL resloving problem

2007-11-04 Thread gizmo
> 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

Django newbie, URL resloving problem

2007-11-01 Thread gizmo
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