I've used the template engine of Django in many scripts and I was wondering if there's a simple way of doing the with django.db package. I've already invested a lot of time learning Django's DB API and really like it so it would be great if I can make a models.py file and use those classes in my scripts instead of having to resort to SQL. I've looked around and haven't found anything on it. Is there a quick way of creating a settings.py file and calling Django's DB API to connect to the database and start using my models? 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---