For assets, tutorials and frameworks implement ability to edit items and then move it to moderation for approval. Probably the best way to implement is to use additional model with same fields and if approved remove it from moderation. For M2M fields save to JSONField (and for images encode them in base64).
For assets, tutorials and frameworks implement ability to edit items and then move it to moderation for approval. Probably the best way to implement is to use additional model with same fields and if approved remove it from moderation. For M2M fields save to JSONField (and for images encode them in base64).