Re: Models.py not loaded at server startup ?????

2012-09-01 Thread Michael
Hi, Is there a "clean" solution nowadays? I am making an app that should run some specific code after the whole project is loaded. I was thinking about a thread started in the models.py file of my app that will try X times to run the code, something like that: success = False attempts = 0 while

Re: Moving forward with Serialization.

2012-09-01 Thread Piotr Grabowski
W dniu 31.08.2012 10:25, Tom Christie pisze: > I personally think that Forms are already the place that should handle (de)serialisation. They already serialise to HTML: why should they not be able to serialise to other stream types? Conceptually I agree. As it happens django-serializers is pe