Skip to content

Instantly share code, notes, and snippets.

@isaquealves
Created May 9, 2015 05:56
Show Gist options
  • Save isaquealves/aad1046307b9c6412e8d to your computer and use it in GitHub Desktop.
Save isaquealves/aad1046307b9c6412e8d to your computer and use it in GitHub Desktop.
Django new application loading
try:
from django.apps import apps
get_model = apps.get_model
except ImportError:
from django.db.models.loading import get_model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment