]> git.sommitrealweird.co.uk Git - sommitrealweird.git/blobdiff - sommitrealweird/photo/views.py
Update to work with newer django and python3
[sommitrealweird.git] / sommitrealweird / photo / views.py
index bddd15dac75772187c90841e3964e35f463294d0..75b1f73c21d91414863af3c8f96b79bbcd3bd54a 100644 (file)
@@ -1,6 +1,6 @@
 from django.views.generic import ListView, DetailView
 from django.http import Http404
 from django.views.generic import ListView, DetailView
 from django.http import Http404
-from photo.models import Album, Photo
+from sommitrealweird.photo.models import Album, Photo
 
 class AlbumListView(ListView):
     model = Album
 
 class AlbumListView(ListView):
     model = Album