Bugfix for Bitbucket-Pipelines tests

This commit is contained in:
Daniel Egger 2018-10-04 12:52:56 +02:00
parent d379bfcc10
commit 8811829e3a
3 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from graphene_django.debug import DjangoDebug
from api import graphene_wagtail # Keep this import exactly here, it's necessary for StreamField conversion
from assignments.schema.mutations import AssignmentMutations
from assignments.schema.queries import AssignmentsQuery
from book.schema.mutations.main import BookMutations
from books.schema.mutations.main import BookMutations
from filteredbook.schema import BookQuery
from objectives.schema import ObjectivesQuery
from rooms.mutations import RoomMutations

0
server/static/.keep Normal file
View File