Skip to content

Instantly share code, notes, and snippets.

@blturner
Created July 17, 2013 22:52
Show Gist options
  • Save blturner/6025260 to your computer and use it in GitHub Desktop.
Save blturner/6025260 to your computer and use it in GitHub Desktop.
from django_inlines import inlines
from django_inlines.inlines import inline_for_model
from apps.media.models import Photograph
inlines.registry.register('photo', inline_for_model(Photograph))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment