import os import django os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'appname.settings') django.setup() # all imports must go below here