]> git.sommitrealweird.co.uk Git - sommitrealweird.git/blobdiff - sommitrealweird/photo/context_processors.py
Update to work with newer django and python3
[sommitrealweird.git] / sommitrealweird / photo / context_processors.py
index 74e4f8f4d2a28234e11f06271900ca226b9773b7..2494f4ee52f2982d8eb8bc3832762501ef23f211 100644 (file)
@@ -1,5 +1,5 @@
 from django.conf import settings
 from django.conf import settings
-from photo.models import Album, Photo
+from sommitrealweird.photo.models import Album, Photo
 import re
 
 def content_breadcrumb(request):
 import re
 
 def content_breadcrumb(request):