How edit products without forms.py Django?
I need create and edit products witout forms.py. How i can do this. If u can with example
<form method="post">
{% csrf_token %}
<input type="text" placeholder="Название"><br>
<textarea placeholder="Текст статьи" rows="8" cols="80"></textarea><br>
<input type="date"><br>
<button type="submit">Добавить статью</button>
</form>