Skip to content

Instantly share code, notes, and snippets.

@atsuoishimoto
Created October 31, 2023 13:02
Show Gist options
  • Save atsuoishimoto/473623c854760170a4b43d333136de9c to your computer and use it in GitHub Desktop.
Save atsuoishimoto/473623c854760170a4b43d333136de9c to your computer and use it in GitHub Desktop.
manage.pyを使わずにdjangoアプリをロード
import sys, os, django
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "api_gateway.settings")
django.setup()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment