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

[algorithms][serializers] Set beat_core_class correctly

parent 22e7bbda
No related branches found
No related tags found
No related merge requests found
......@@ -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