Re: view and urls..

2007-08-01 Thread Kai Kuehne
Hi, try tu use a string for the view path. --~--~-~--~~~---~--~~ 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

view and urls..

2007-08-01 Thread Marco A.
I doesnt undestand where is the problem in this code : The Application is : Cit2 !--> Utente I need to call the view Login in Utente so in the url i say : from django.conf.urls.defaults import * urlpatterns = patterns('', # Example: (r'^/?$', login), # Uncomment this for adm