About 3,830 results
Open links in new tab
  1. Django's bug tracker and wiki

    Sep 18, 2025 · This document describes how the Django community works, and the various ways you can contribute. If this document doesn't answer your questions, please file a bug! For a …

  2. Tutorials – Django

    Dec 25, 2019 · Tutorials on Specific Topics: Note: Django snippets has plenty of code 'snippets' which do all sorts of useful things too.

  3. Signals – Django

    Oct 3, 2024 · The actual mechanism comes from a third-party library called PyDispatcher, which is bundled with Django and which lives at django.dispatch.dispatcher. To improve performance …

  4. Charts – Django

    Jun 12, 2012 · This describes a simple way to create dynamic bitmap charts in Django. ReportLab's PDF library is well known, but less people are aware that it contains a mature …

  5. Django

    3 days ago · This document describes how the Django community works, and the various ways you can contribute. If this document doesn't answer your questions, please file a bug! For a …

  6. AJAX – Django

    Feb 16, 2019 · Django provides JSON, YAML and XML serializers to assist with buidling AJAX services. Here are some other resources to make it easier. Libraries ¶ Django REST …

  7. ProfilingDjango – Django

    Aug 27, 2018 · Place in django/core/handlers and set PythonHandler in apache conf runserver-profiler3.diff (2.3 KB ) - added by Stefan Tjarks <stefan AT tjarks DOT de> 17 years ago.

  8. Emacs – Django

    Jan 28, 2013 · pony-mode provides various Django integration features for working on django projects - management commands, runserver, shell and dbshell within emacs, template syntax …

  9. UsingVimWithDjango – Django

    Oct 3, 2020 · The following code can used to create Project entries in a buffer. Note that various settings will be altered by the call to DoSetup so it's probably best to use a new buffer.

  10. Barcodes – Django

    Jul 27, 2011 · This describes a simple way to create dynamic bitmap Barcodes in Django. ReportLab's PDF library is well known, but less people are aware that it contains a mature …