Hi, Is it possible to drop a Python script (around 50 lines) into one of your django pages? Would this be embedding into the template code? I am experimenting with doing this but I haven't had any luck in finding out how.
An example of what I am trying to do is to place a script like this http://www.goldb.org/ystockquote.html and see if I can't drop it into a page like this http://demo.satchmoproject.com/category/book/fiction/ and have it print out the info on the page. First thing that comes to mind is once I figure out how to embed the script, how will I execute it? thanks, jimmy -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/heUngZyYuE8J. 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.

