Created
July 17, 2013 22:52
-
-
Save blturner/6025260 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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