Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Author: SUBHA S

    This author has written 356 articles
    1. Home>
    2. SUBHA S>
    3. Page 13

    Django – Page Redirection

    • Post author:SUBHA S
    • Post published:October 13, 2021
    • Post category:Django
    • Post comments:0 Comments

    Django Page redirection is needed for many reasons in web application. You might want to redirect a user to another page when a specific action occurs, or basically in case…

    Continue ReadingDjango – Page Redirection

    Django – Models

    • Post author:SUBHA S
    • Post published:October 13, 2021
    • Post category:Django
    • Post comments:0 Comments

    A Django models is a class that represents table or collection in our DB, and where every attribute of the class is a field of the table or collection. Models…

    Continue ReadingDjango – Models

    Django – Template System

    • Post author:SUBHA S
    • Post published:October 13, 2021
    • Post category:Django
    • Post comments:0 Comments

    Django Template System makes it possible to separate python and HTML, the python goes in views and HTML goes in templates. To link the two, Django relies on the render…

    Continue ReadingDjango – Template System

    Django – URL Mapping

    • Post author:SUBHA S
    • Post published:October 13, 2021
    • Post category:Django
    • Post comments:0 Comments

    Now that we have a working view as explained in the previous chapter of Django URL Mapping. We want to access that view via a URL. Django has his own…

    Continue ReadingDjango – URL Mapping

    Django – Creating Views

    • Post author:SUBHA S
    • Post published:October 13, 2021
    • Post category:Django
    • Post comments:0 Comments

    In a Django Creating views function, or “view” for short, is simply a Python function that takes a web request and returns a web response. This response can be the…

    Continue ReadingDjango – Creating Views

    Django – Admin Interface

    • Post author:SUBHA S
    • Post published:October 13, 2021
    • Post category:Django
    • Post comments:0 Comments

    Django Admin Interface provides a ready-to-use user interface for administrative activities. We all know how an admin interface is important for a web project. Django automatically generates admin UI based…

    Continue ReadingDjango – Admin Interface

    Django – Apps Life Cycle

    • Post author:SUBHA S
    • Post published:October 13, 2021
    • Post category:Django
    • Post comments:0 Comments

    A project is a sum of many applications in Django Apps Life Cycle. Every application has an objective and can be reused into another project, like the contact form on…

    Continue ReadingDjango – Apps Life Cycle

    Django – Creating a Project

    • Post author:SUBHA S
    • Post published:October 13, 2021
    • Post category:Django
    • Post comments:0 Comments

    Now that we have installed Django for creating a project, let's start using it. In Django, every web app you want to create is called a project; and a project…

    Continue ReadingDjango – Creating a Project

    Django – Environment

    • Post author:SUBHA S
    • Post published:October 13, 2021
    • Post category:Django
    • Post comments:0 Comments

    Django development environment consists of installing and setting up Python, Django, and a Database System. Since Django deals with web application, it's worth mentioning that you would need a web…

    Continue ReadingDjango – Environment

    Django – Overview

    • Post author:SUBHA S
    • Post published:October 13, 2021
    • Post category:Django
    • Post comments:0 Comments

    In this guide, we will discuss Overview in Django. As you already know, Django is a Python web framework. And like most modern framework, Django Overview supports the MVC pattern.…

    Continue ReadingDjango – Overview
    • Go to the previous page
    • 1
    • …
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • …
    • 36
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP