Best approach to object creation in the background without using a task queue system?
I have been thinking of the best approach to a record creation in the background without using django signals, or celery, etc.
I have been thinking of the best approach to a record creation in the background without using django signals, or celery, etc.