Skip to content

Instantly share code, notes, and snippets.

@aballah-chamakh
Created June 29, 2019 10:29
Show Gist options
  • Save aballah-chamakh/10e47e362b893680d03680388af8fc06 to your computer and use it in GitHub Desktop.
Save aballah-chamakh/10e47e362b893680d03680388af8fc06 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>create Product</title>
</head>
<body>
<div>
<form method='POST' enctype="multipart/form-data"> {% csrf_token %}
{{form.media}}
{{form.as_p}}
<input type="submit" value="create" >
</form>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment