Changes to make it work with django 1.11 and python3
[sommitrealweird.git] / sommitrealweird / photo / context_processors.py
index b00e5e113c4550a7b4298fa8b09cc2a5dd0d8eae..74e4f8f4d2a28234e11f06271900ca226b9773b7 100644 (file)
@@ -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):