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

[algorithms][serializers] Set beat_core_class correctly

parent 171b422b
Branches
Tags
1 merge request!327Refactor update creation api
...@@ -49,7 +49,7 @@ from .models import Algorithm ...@@ -49,7 +49,7 @@ from .models import Algorithm
class AlgorithmCreationSerializer(CodeCreationSerializer): class AlgorithmCreationSerializer(CodeCreationSerializer):
class Meta(CodeCreationSerializer.Meta): class Meta(CodeCreationSerializer.Meta):
model = Algorithm 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.
Please register or to comment