Skip to content

Data Science School

  • Profile
  • Tutorials
    • Languages
      • JavaScript
      • Dart
      • Python
        • Data Extraction
      • Java
    • Cloud Computing
    • DBMS
      • Mysql
      • MS Access
    • AI Tools
    • Nodejs
    • Firebase
    • Data Structure
    • Android Studio
    • Git, Bitbucket & GitHub
    • Accounting
    • Linux
      • Linux commands
    • Other’s Tutorial Link
  • Data Science
    • Hadoop
    • NumPy
    • Matplotlib
  • Framework
    • Vue.js
    • Kivy
    • Dear PyGui
    • Django
    • Flask
    • Laravel
    • PowerShell
  • CMS
    • WordPress
  • Problem Solve
  • Blog

Category: Django

Creating Django Rest API Part-1

August 20, 2022August 22, 2022 Nazim Uddin

Today we will create a basic Rest API in Django. Suppose you have a project with products app. In this app, a model is given with the class name Product. The coding of the models.py is ok, now will create… Read moreCreating Django Rest API Part-1

API, Django, python3  Leave a comment

Templates and Static Directory Setup in Django

August 18, 2022August 18, 2022 Nazim Uddin

A Django beginner sometimes faces to setup templates and static directories in their project. Since different youtube tutorials and blogs set up these directories in different ways, confusion arises accordingly. Today, I will show you a very easy way to… Read moreTemplates and Static Directory Setup in Django

Django  static, templates  Leave a comment

How to Create a Super User in Django

May 13, 2021May 13, 2021 Nazim Uddin

Go to Terminal under the project Write the below command 3. Enter the username and email address. 4. Now login to the Admin page using below link and http://127.0.0.1:8000/admin/login/?next=/admin/ 5. After login you will see the below admin dashboard.

Django  Leave a comment

Django Setup using pyCharm

October 14, 2020May 13, 2021 Nazim Uddin

Prerequisite python installation (version will be >3.x.x) Pycharm Installation Basic knowledge of python programming Django installation Open pycharm -> create a new project name create django project using below code in terminal The above command will create the following files… Read moreDjango Setup using pyCharm

Django  Leave a comment

How to Install pip and Setup Virtual Environment in Windows

August 13, 2020August 13, 2020 Nazim Uddin

pip is an install manager in python. So, before installation pip, I think you have already installed python. Assume your python is installed in E drive. To install pip at first Download get-pip.py, in your computer E: drive now open cmd… Read moreHow to Install pip and Setup Virtual Environment in Windows

Django, python3  Leave a comment
  • Download BIG PDF File in Laravel(DomPDF)
  • API Development using Laravel Passport
  • Remove controller file using PHP artisan
  • PHP MySQL Data Transfer in secured way
  • PHP Undefined Array Key Handling
© 2025 All rights reserved
Go to top