New to django and web frameworks in general. The tutorial is great for 
database type apps but I want to solve a different problem to start with 
and am kinda stuck. All I want to do is allow a user to input a value(s) 
and return the output of a python function using that value(s). Could 
someone point me to an example or guide for doing this.
For example:

Accept input X, Y
Return the output of myadder(x,y)

def myadder(x,y):
    return x+y

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/4f1c37bd-0f91-4708-aa40-e1dd0db44e09%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to