X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/d82db041f520a51eccee6788ebc3a494e2a4280f..e1b491186d911fcdc98b18b4c0031ed65d43fdae:/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):