_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-django-widget-tweaks 1.5.0
Propagated dependencies: python-django@5.2.7
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/jazzband/django-widget-tweaks
Licenses: Expat
Synopsis: Tweak the form field rendering in Django templates
Description:

This package provides a way to tweak the form field rendering in templates and not in python-level form definitions.

python-django-debug-toolbar 6.0.0
Propagated dependencies: python-sqlparse@0.5.3 python-django@5.2.7
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/jazzband/django-debug-toolbar
Licenses: Modified BSD
Synopsis: Toolbar to help with developing Django applications
Description:

This package provides a configurable set of panels that display information about the current request and response as a toolbar on the rendered page.

python-django-webpack-loader 1.5.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/django-webpack/django-webpack-loader
Licenses: Expat
Synopsis: Transparently use webpack with django
Description:

Transparently use webpack with django.

python-django-rest-framework 3.16.1
Propagated dependencies: python-django@5.2.7 python-pytz@2025.1
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://www.django-rest-framework.org
Licenses: FreeBSD
Synopsis: Toolkit for building Web APIs with Django
Description:

The Django REST framework is for building Web APIs with Django. It provides features like a Web-browsable API and authentication policies.

python-django-configurations 2.4.1
Propagated dependencies: python-django-4@4.2.23
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://django-configurations.readthedocs.io/
Licenses: Modified BSD
Synopsis: Helper module for organizing Django settings
Description:

django-configurations helps you organize the configuration of your Django project by providing glue code to bridge between Django'smodule based settings system and programming patterns like mixins, facades, factories and adapters that are useful for non-trivial configuration scenarios.

python-django-test-migrations 1.2.0
Propagated dependencies: python-typing-extensions@4.15.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/wemake-services/django-test-migrations
Licenses: Expat
Synopsis: Test django schema and data migrations, including ordering
Description:

Test django schema and data migrations, including ordering.

python-django-override-storage 0.3.2
Propagated dependencies: python-django@5.2.7
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/danifus/django-override-storage
Licenses: Expat
Synopsis: Django test helpers to manage file storage side effects
Description:

This project provides tools to help reduce the side effects of using FileFields during tests.

python-django-contrib-comments 2.2.0
Propagated dependencies: python-django-4@4.2.23
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/django/django-contrib-comments
Licenses: Modified BSD
Synopsis: Comments framework
Description:

Django used to include a comments framework; since Django 1.6 it's been separated to a separate project. This is that project. This framework can be used to attach comments to any model, so you can use it for comments on blog entries, photos, book chapters, or anything else.

python-django-template-partials 25.2
Propagated dependencies: python-django@5.2.7
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/carltongibson/django-template-partials
Licenses: Expat
Synopsis: Reusable named inline-partials for the Django Template Language
Description:

This package provides template partials for Django, offering fragment reuse, integration with the template loader and inline output.

python-djangorestframework-stubs 1.5.0
Propagated dependencies: python-coreapi@2.3.3 python-django-stubs@1.10.1 python-mypy@1.16.1 python-requests@2.32.5 python-types-markdown@3.3.12 python-types-pyyaml@6.0.5 python-types-requests@2.27.16 python-typing-extensions@4.15.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/typeddjango/djangorestframework-stubs
Licenses: Expat
Synopsis: PEP-484 stubs for django-rest-framework
Description:

PEP-484 stubs for django-rest-framework.

python-django-simple-math-captcha 2.0.0
Propagated dependencies: python-django-4@4.2.23 python-six@1.17.0
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/alsoicode/django-simple-math-captcha
Licenses: ASL 2.0
Synopsis: Easy-to-use math field/widget captcha for Django forms
Description:

A multi-value-field that presents a human answerable question, with no settings.py configuration necessary, but instead can be configured with arguments to the field constructor.

python-django-svg-image-form-field 1.0.1
Propagated dependencies: python-defusedxml@0.7.1 python-django@5.2.7 python-pillow@11.1.0
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/artrey/django-svg-image-form-field
Licenses: Expat
Synopsis: Form field to validate SVG and other images
Description:

This form field allows users to provide SVG images for models that use Django's standard ImageField, in addition to the image files already supported by it.

python-django-debug-toolbar-alchemy 0.1.5
Propagated dependencies: python-django@5.2.7 python-django-debug-toolbar@6.0.0 python-jsonplus@0.8.0 python-six@1.17.0 python-sqlalchemy@1.4.42
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/miki725/django-debug-toolbar-alchemy
Licenses: Expat
Synopsis: Django Debug Toolbar panel for SQLAlchemy
Description:

This package completely mimics the default Django Debug Toolbar SQL panel (internally it is actually subclassed), but instead of displaying queries done via the Django ORM, SQLAlchemy generated queries are displayed.

Page: 123
Total results: 61