To all Djangonauts at stackoverflow:
Due to the way django works a minimal working sample is usually big (view, model, url, ...). Therefore almost no question does provide such.
This results in answers that cannot be good tested because some part of the code is missing.
In my case it leads to answering almost only python questions because they're often testable.
What is the best way to test django answers? Do you only use your experience or is there a trick for quick testing pieces of code (eg. a single view without knowing the model and urls?