Django Posts
-
How to build REST API with Django REST Framework
Django is a complete web application framework written in Python. We can use it to build any kind of web application. Building REST API with...
-
First Steps with Django Project
First steps with django project includes setting up superuser, getting your admin site running and create necessary apps.
-
Connecting Django App with MySql database on Windows
Connecting Django app with MySQL database on Windows is the basic step in building a MySQL based website in Django. In this post, we will...
-
How to Install Django on Windows
Installing Django on windows is a fairly simple process. Django is web framework which uses Python as it’s programming language.
-
How to check if Django is installed on Windows
Django is a popular web framework based on Python. If you have installed it on your windows machine, either you have done it on core...