Re: using django components outside of django

2007-08-27 Thread Nicola Larosa
Lee Connell wrote: > Will there be an issue using the django ORM in twisted, being an > asynchronous framework? Is there going to be threading issues i need > to be aware of? Yes, there are issues. :-) The ORM, as the whole of Django, is synchronous code, and not aware of the async events execut

Re: using django components outside of django

2007-08-23 Thread Lee Connell
Will there be an issue using the django ORM in twisted, being an asynchronous framework? Is there going to be threading issues i need to be aware of? On Aug 22, 1:07 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > On 8/22/07, Lee Connell <[EMAIL PROTECTED]> wrote: > > > Thanks for response, how

Re: using django components outside of django

2007-08-22 Thread James Bennett
On 8/22/07, Lee Connell <[EMAIL PROTECTED]> wrote: > Thanks for response, how do i setup a "minimal" django app? just > create a settings file that describes the model and then import django > and apply those settings? http://www.djangoproject.com/documentation/settings/#using-settings-without-s

Re: using django components outside of django

2007-08-22 Thread Lee Connell
Thanks for response, how do i setup a "minimal" django app? just create a settings file that describes the model and then import django and apply those settings? On Aug 21, 9:25 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > On 8/21/07, Lee Connell <[EMAIL PROTECTED]> wrote: > > > I was wonder

Re: using django components outside of django

2007-08-21 Thread James Bennett
On 8/21/07, Lee Connell <[EMAIL PROTECTED]> wrote: > I was wondering if it was easy and if there are examples of using > django's ORM and even the authentication system in contrib outside of > django, say in a twisted network application? http://groups.google.com/group/django-users/search?group=d

using django components outside of django

2007-08-21 Thread Lee Connell
I was wondering if it was easy and if there are examples of using django's ORM and even the authentication system in contrib outside of django, say in a twisted network application? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the