Django

Django

Django is a web application framework written in Python. The framework was crafted by developers for developers to make it easier to build better web applications with less code, Hence Django's slogan - The web framework for perfectionists with deadlines. Besides being a framework for developers that want to ship to production, Django also sports one of the, if not the best documentation found for any web application framework.

New Django Tutorials
View all
  • Freddie

    How to Print Queries in Django Views

    If you are building a web application with Django you are well aware that the database is an integral part of your application. The need to analyze queries and to then query your data in the most optimal way is at the for front of your development process. Django provides a handful of

    0
  • Freddie

    Serve Scaled Images With Django Rest Framework and Django ImageKit

    To achieve optimal speed for web apps and web sites its important to minimise file size at almost all cost. Usually the biggest culprit is images (Apart from video of course), Images can easily add up to 90% of the total load your application if your are not careful. You can mitigate

    0
  • Freddie

    How to Rebuild Django-MPTT Tree Structure

    Most application utilize some sort of tree structure to managing data, in one form or another. One common use-case is nested categories. If you are using Django for your current project and are in need to implement tree structures, there is a big change you have come across Django-MPT

    0
  • Freddie

    How to Cache Django REST Framework with Redis

    Django REST Framework is an awesome package that will aid you in writing REST APIs faster with Django and Python. Though Django REST Framework has many strengths, performance out-of-the-box might not be one of them. However, there are many ways to fix that, and one of them is caching.

    0
  • Freddie

    Query your Django REST API like a GraphQL API with Django RESTQL

    The hype around GraphQL in recent years has been hard to ignore for any web developer. In short, GraphQL is a query language and runtime for APIs, and it has taken the web with storm. GraphQL makes it possible for front-end developers to query data from a single API endpoint and retri

    0
New Django Podcasts
View all
  • Django @Instagram - Carl Meyer (Ep78 Replay)

    OddBirdDjango @ Instagram - Django Under the Hood 2016Testing & Django - PyCon 2012PyCon 2017 Keynote - Road to Python 3 at InstagramPython at Scale: Strict ModulesSupport the ShowThis podcast does not have any ads or sponsors. To support the show, please consider purchasing a book, s

    0
  • Django @Instagram - Carl Meyer

    OddBirdDjango @ Instagram - Django Under the Hood 2016Testing & Django - PyCon 2012PyCon 2017 Keynote - Road to Python 3 at InstagramPython at Scale: Strict ModulesSupport the ShowOur podcast does not have a sponsor and is a labor of love. To support the show, please consider purchasi

    0
  • Django's Async Future - Tom Christie (Ep46 Replay)

    Tom Christie personal siteEncodeDjangoCon Europe 2019 - Sketching out a Django redesignDjangoCon US 2019 - Just Add Await: Retrofitting Async into DjangoDjango REST FrameworkMkDocsmkautodocHTTPXurllib3Starlettehostedapi - demo app built with StarletteSupport the ShowThis podcast does

    0
  • SaaS Pegasus - Cory Zue

    Cory Zue personal websiteDimagiCommCare: Open Source Django AppSaaS Pegasus: Django SaaS BoilerplateModern JavaScript for Django DevelopersAymeric Augustin: 3-Part Series on React and DjangoTop 5 3rd Party PackagesBtn.devSupport the ShowThis podcast does not have any ads or sponsors.

    0
  • Authentication

    DjangoCon US 2018 Talk - Finally Understand Authentication in Django REST Framework django.contrib.auth DjangoCon Europe 2018 - Growing old gracefully: on being a career programmer django-allauth django-registration cookiecutter-django DjangoX DRF Authentication Docs django-rest-fram

    0
New Django Videos
View all
New Django Questions
View all
New Django Books
View all
New Django Courses
View all