Changes to make it work with django 1.11 and python3
[sommitrealweird.git] / sommitrealweird / photo / admin.py
index 6f71cbe91c6ccba4660a8a3d306217f7ef80b747..5a7ae2fb07c78ecf1919a5a3e6a84130eb21ba1f 100644 (file)
@@ -1,4 +1,4 @@
-from models import Album, Photo
+from photo.models import Album, Photo
 from django.contrib import admin
 
 class AlbumAdmin(admin.ModelAdmin):