Hello djangoers, I'm new to Django and very excited about it. I've build a browsing tool for my legacy database.
I have a question. I'd like to write a Python script that would be executed on the server and do some work with the data, using Django database API. Just like in manage.py shell, but non-interactive and not executed by the web-server. How can I do that? I already checked the documentation for manage.py, but it doesn't mention anything about executing a script. -- Maciej Bliziński <[EMAIL PROTECTED]> http://automatthias.wordpress.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

