Re: "dynamic" model, where to put what

2007-02-02 Thread Joseph Heck
Determine some layer of your application that will be the interface. The "default assumption" in a framework like Django is that all requests will be coming in through an HTTP service - so one option is to simply communicate through that HTTP interface. If you're concerned about having multiple th

"dynamic" model, where to put what

2007-02-02 Thread Dill0r
Hi, Though there is a section in the FAQ converning diangos MVC philosphy im still confused. My model is manipulated while my application runs. So how do i manipulate the model from external? Ive written a stop/ wait protocol in python which communicates with the microcontroller that manipulate