Hi,

Suppose I have a standard views.py module in my Django app and that app has 
a simple function:

def home(request):
   form =request.POST['form']


Where exactly in the Django framework does it specifically call 'home' with 
the correctly typed parameter 'request'? I want to know this for Static 
Code Analysis purposes. Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f6b7c91d-1597-42f2-9675-43f87f9adaeb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to