Skip to content
Snippets Groups Projects
Commit e2f026c6 authored by Samuel GAIST's avatar Samuel GAIST Committed by Samuel GAIST
Browse files

[algorithms][serializers] Set beat_core_class correctly

parent f520f887
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !327. Comments created here will be created in the context of that merge request.
......@@ -49,7 +49,7 @@ from .models import Algorithm
class AlgorithmCreationSerializer(CodeCreationSerializer):
class Meta(CodeCreationSerializer.Meta):
model = Algorithm
beat_core_class = beat.core.algorithm
beat_core_class = beat.core.algorithm.Algorithm
# ----------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment