Skip to content

Instantly share code, notes, and snippets.

@sergeybe
Created October 8, 2019 03:27
Show Gist options
  • Save sergeybe/ca787f9e3bb3c914a0528236e3258681 to your computer and use it in GitHub Desktop.
Save sergeybe/ca787f9e3bb3c914a0528236e3258681 to your computer and use it in GitHub Desktop.
from django.apps import apps
for _class in apps.get_models():
globals()[_class.__name__] = _class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment