It's something I've often though about.

I've used databases in many projects, both web and not-web based. And
I am now sure that Django would have been a great help in those
non-web applications as well.

The problem would then be to strip Django of all those web-specific
libraries it's bundled with in order to lighten it and keep only the
SQL specific parts. Only if needed, of course.

Actualy, you can find examples about non-web applications where pdf
[1] or csv [2] are created dynamically in the Django doc, and even
using a template to send emails [3].

Enjoy,

G

[1] http://www.djangoproject.com/documentation/outputting_pdfs/
[2] http://www.djangoproject.com/documentation/outputting_csv/
[3] http://www.rossp.org/blog/2006/jul/11/sending-e-mails-templates/
On 10/31/06, walterbyrd <[EMAIL PROTECTED]> wrote:
>
> Django is called  "The Web framework . ."
>
> Does django also make sense for non-web apps?
>
>
> >
>

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