eric fehse tumble log

The B-List: Standalone Django scripts

An excellent writeup of how Django components can be used in standalone scripts. You may set DJANGO_SETTINGS_MODULE, use setup_environ() or settings.configure(). Each method is discussed with pros and cons. Even more wisdoms in the comments.