6👍
✅
Yes, there is a way. From Django docs:
Field.default
The default value for
the field. This can be a value or a
callable object. If callable it will
be called every time a new object is
created.
Source:stackexchange.com