[Fixed]-How to create a "created by" field that non-admin users cannot change?

1👍

You could make a Creator object that has an FK relationship to the model in question.
And only give admins access to change that object.

👤Rob L

Leave a comment