I am new to django platform. And I wanted to add a feature where you can tell if the data entered (let's say an advertisement) was done through django admin portal or through HTML form which is collecting data from user(let's say an advertisement).
And so I would be able to determine if it was someone inside the organization who entered the data using django admin or was it some user outside the organization who has given this data.
And further I want to sort the data accordingly.