Skip to content
Snippets Groups Projects

Refactor update creation api

Merged Samuel GAIST requested to merge refactor_update_creation_api into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -43,7 +43,7 @@ from .models import Library
class LibraryCreationSerializer(CodeCreationSerializer):
class Meta(CodeCreationSerializer.Meta):
model = Library
beat_core_class = beat.core.library
beat_core_class = beat.core.library.Library
# ----------------------------------------------------------
Loading