Hi I'm not too sure how to ask this correctly (not an experienced developer so my vocab is not very accurate), but I'll try.
I have created a Python script (collection of functions) that generates a calendar of sorts, really just a long list of dates from a 4 year date range. It also parses the HTML, as I couldn't work out how to do this with the limited logic available the templating language. My question are: Is it possible to use a "freeform" python within the Django framework, and yet let it receive arguments from the model? I was intially thinking of making a custom view, but then I have all this parsed HTML and am not sure how to get it into a template. Or should I be looking at making a custom tag? If not the above, do you have any other pointers on how to go about this? Thanks --~--~---------~--~----~------------~-------~--~----~ 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 email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---