Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ashchristopher/3057580 to your computer and use it in GitHub Desktop.

Select an option

Save ashchristopher/3057580 to your computer and use it in GitHub Desktop.
Useful for diagnosing import errors that don't give stack traces
from django.core.management import setup_environ
import settings
setup_environ(settings)
from django.db import models
models.get_models()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment