Django

Creating Django Rest API Part-1
Today we will create a basic Rest API in Django. Suppose you have a project with products app. In this…
A Django beginner sometimes faces to setup templates and static directories in their project. Since different youtube tutorials and blogs…
Go to Terminal under the project Write the below command 3. Enter the username and email address. 4. Now login…
Prerequisite python installation (version will be >3.x.x) Pycharm Installation Basic knowledge of python programming Django installation Open pycharm -> create…
pip is an install manager in python. So, before installation pip, I think you have already installed python. Assume your…