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
  • Get data the way you want

    Django – Cookies Handling

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

    In this Django Cookies handling chapter, we will discuss about Sometimes you might want to store some data on a per-site-visitor basis as per the requirements of your web application.…

    Continue ReadingDjango – Cookies Handling

    Django – Apache Setup

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

    So far, in our examples of Django Apache Setup, we have used the Django dev web server. But this server is just for testing and is not fit for production…

    Continue ReadingDjango – Apache Setup

    Django – File Uploading

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

    It is generally useful for a web app to be able to Django file uploading (profile picture, songs, pdf, words.....). Let's discuss how to upload files in this chapter. Uploading…

    Continue ReadingDjango – File Uploading

    Django – Form Processing

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

    Creating forms in Django, is really similar to creating a model in Django Form Processing. Here again, we just need to inherit from Django class and the class attributes will…

    Continue ReadingDjango – Form Processing

    Django – Generic Views

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

    In some cases, writing Django Generic views, as we have seen earlier is really heavy. Imagine you need a static page or a listing page. Django offers an easy way…

    Continue ReadingDjango – Generic Views

    Django – Sending E-mails

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

    In this Django Sending E-mails chapter, we will discuss Django comes with a ready and easy-to-use light engine to send e-mail. Similar to Python you just need an import of…

    Continue ReadingDjango – Sending E-mails

    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
    • Go to the previous page
    • 1
    • …
    • 254
    • 255
    • 256
    • 257
    • 258
    • 259
    • 260
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP