X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/9e81338188b8277ee838ac19a083c552320097ef..2f8f1efa5214444b2e867bde2a6f5297d1f3caea:/sommitrealweird/photo/context_processors.py diff --git a/sommitrealweird/photo/context_processors.py b/sommitrealweird/photo/context_processors.py index b00e5e1..74e4f8f 100644 --- a/sommitrealweird/photo/context_processors.py +++ b/sommitrealweird/photo/context_processors.py @@ -1,5 +1,5 @@ from django.conf import settings -from models import Album, Photo +from photo.models import Album, Photo import re def content_breadcrumb(request):