2👍
✅
With Django you can create a model which gives you the abillity to use forms – which get displayed as a HTML form on your website.
All you now need to do is to save it. 🙂
To start: There’s a good tutorial at the Django documentation especially this part (Django: Playing with the API) is interesting for you – but I recommend to start from the beginning of the tutorial first.
Source:stackexchange.com