]> git.sommitrealweird.co.uk Git - sommitrealweird.git/blobdiff - sommitrealweird/photo/admin.py
Update to work with newer django and python3
[sommitrealweird.git] / sommitrealweird / photo / admin.py
index 5a7ae2fb07c78ecf1919a5a3e6a84130eb21ba1f..1166ac6cef2476c28d56f94f441ae0ef7ee6bd9e 100644 (file)
@@ -1,4 +1,4 @@
-from photo.models import Album, Photo
+from sommitrealweird.photo.models import Album, Photo
 from django.contrib import admin
 
 class AlbumAdmin(admin.ModelAdmin):