Why does django run everything twice?
Whenever I put in a (random) print statement in somewhere like settings.py or any random .py file in django, it gets printed twice. Why? Try this: after setting the value on TEMPLATE_DIRS (in set...