Skip to content

Commit 89521ed

Browse files
committed
fix travis error 1.1
1 parent 6d93cf5 commit 89521ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

search/admin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from django.contrib import admin # noqa
22

3-
from .models import Votes
3+
from search.models import Votes
44
admin.site.register(Votes)

0 commit comments

Comments
 (0)