you need to set initial in admin.py for this field, check this example - https://bitbucket.org/voron-raven/maps/src/004eaa07612fd44b398dfdc61b5f9cb29ad23668/core/admin.py#lines-39
if it's not admin page - you need to pass initial to your Model form - https://docs.djangoproject.com/en/2.0/topics/forms/modelforms/#providing-initial-values -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e6f1cf10-0c5e-4741-9634-8eabc67c3226%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

