🔥(backend) remove code_editor field

code_editor field was removed from the backend.
This filed was used to store the code editor to
generate templates.
This commit is contained in:
Anthony LC
2024-05-02 14:13:15 +02:00
committed by Anthony LC
parent c7a5b5f3fb
commit 5fbb5106a9
6 changed files with 1 additions and 24 deletions

View File

@@ -148,7 +148,6 @@ class TemplateSerializer(BaseResourceSerializer):
fields = [
"id",
"title",
"code_editor",
"accesses",
"abilities",
"css",