Django
Django
What Is Django?
• URL Routing
Create Project and App
The file system you want to store the code (in the virtual environment)
2. Views are python functions that take http requests and return http
response, like html documents.
{% csrf_token %}
{{form }}
</form>
Models
ModelForm is a class that is used to directly convert a model into a Django
form.
OUTPUT
Thankyou