Hi to all,
Just wan't to ask if its possible.
at helper.py
def myfunc():
blah blah blah
and then in views.py
def myview1():
myfunc()
def myview2():
myfunc()
my question is how can i get the caller function from myfunc().
i'm a newbie at python django so i hope you can help me.
Thanks in advance.
Cheers
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.