'How to have a Save draft option for profile creating form in django

I have view.py and model.py files for user creation, but I want an option for users that he/she can either submit the form and create the profile or can just hit the Save draft button to come later and submit the form. What would be the best way to achieve the above-said thing.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source