I think it's possible to use the db api on its own, you still have to
declare models, but then it can be fairly independent of the rest of
djnago. AFAIK you still need to make an application for the models
file, but you can just ignore the views if you want to use this
independently.

On 06/07/06, Iain Duncan <[EMAIL PROTECTED]> wrote:
>
>
> >>As a part of the application I'm writing I need to do certain things to
> >
> > the database every night. The easiest way to implement this would be a
> > python script run every night by cron.
> >
> > Set env DJANGO_SETTINGS_MODULE setting for the script. Then just use
> > your models and template as you do this in a views.
> >
> > PS: Is there a FAQ?..
>
> Just out of curiositiy, does that make one use the database API much as
> one would use SQLobject on it's own? ( new to both django and sql-object
> interfaces myself )
>
> Iain
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to