{% extends 'blog/base.html' %} {% block title %} Responsive Page {% endblock %} {% block body %}

About Python

1.Python is a Simple and Easy language.

2.Python is a Dynamic language.

3.Python is a Portable language.

4.Python is a General Purpose language.

About Django

1.Django is a Server side Framework.

2.Django is used to develop the Web applications.

3.Django is contains two of types of Views.

3.Django Models communicates to Database Tables

About RESTAPI

1.RESTAPI is used to Communicate the Apps.

2. Using Django REST Framework we can devlope RESTAPIs

3. Serializers are used to convert the one type data into another type.

4. DRF providing so many predefined modules.

{% endblock %}