Hi, I am still learning django and was wondering on the following question as to how one would go about doing it in the django framework:
If I have a cron job that dynamically creates new tables that are spawned out of new entries in a main table. For example Table 'Global' has a new entry 'A' this will generate a new Table called 'A' (and Table 'A' will be linked to its entry in 'Global') etc. How would one go about having django interact with this (or perhaps create)? actually, this leads to another question - can one have similar procedures to cron job's working with django? such as regular maintenance or in my case creation of tables due to an external factor. If any clarification is needed, just email me. Also, does anyone have simple example or using django with script.aculo.us? Much obliged! Best, David --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---