Thursday, May 20, 2021

How to Send Email using Django

How to Send Email using Django
How to Configure Django Local Mail Server Hey guys let's start to few lines of code can send emailsend_mail import this package top of the code section.from django.core.mail import...

How to Create Django Forms

How to Create Django Forms
 How to Create Django FormsDjango Forms:    Django forms is a collection of html elements.html forms help to reduce html codes and user friendliness.    Forms...

How to Create Django Models

How to Create Django Models
 How create Django ModelsDjango Models:    Django Models is method used to create database.One class contains one database table.Go to models.pyfrom django.db...

How to configure Django App in Django Project

How to configure Django App in Django Project
 How to configure Django App in Django ProjectHow to configure Django app in Django project.Why its need ?    Because project must connected to app.Project asks ...