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