Skip to main content

Integrate the French government Design System into a Django app

Project description

https://badge.fury.io/py/django-dsfr.svg https://github.com/entrepreneur-interet-general/django-dsfr/actions/workflows/django.yml/badge.svg https://github.com/entrepreneur-interet-general/django-dsfr/actions/workflows/codeql-analysis.yml/badge.svg

Django-DSFR

Django-DSFR is a Django app to integrate the French government Design System (“Système de design de l’État français”).

This app was created as a part of Open Collectivités and is very much a work in progress. See the documentation (in French) for details.

Django-DSFR (partly) implements the version 1.2.1 of the DSFR.

Requirements

Tested with Python 3.7/3.8/3.9 and Django 3.2.5. Per vermin, it should work with Python >= 3.0, and it should work with old versions of Django too.

Quick start

  1. Install with pip install django-dsfr.

  2. Add “dsfr” to INSTALLED_APPS in your settings.py like this, before the app you want to use it with:

    INSTALLED_APPS = [
        ...
        'dsfr',
        <your_app>
    ]
  3. (Optional) Add the context processor to your settings.py and create an instance of “DsfrConfig” in the admin panel:

    TEMPLATES = [
        {
            [...]
            "OPTIONS": {
                "context_processors": [
                    [...]
                    "dsfr.context_processors.site_config",
                ],
            },
        },
    ]
  4. Include the tags in your base.html file (see example file at https://github.com/entrepreneur-interet-general/django-dsfr/blob/main/example_app/templates/example_app/base.html)

  5. Start the development server and visit http://127.0.0.1:8000/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-dsfr-0.6.1.tar.gz (4.7 MB view details)

Uploaded Source

Built Distribution

django_dsfr-0.6.1-py3-none-any.whl (5.2 MB view details)

Uploaded Python 3

File details

Details for the file django-dsfr-0.6.1.tar.gz.

File metadata

  • Download URL: django-dsfr-0.6.1.tar.gz
  • Upload date:
  • Size: 4.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.9.9 Linux/5.11.0-1022-azure

File hashes

Hashes for django-dsfr-0.6.1.tar.gz
Algorithm Hash digest
SHA256 fd7a186ff71315de19c002946d95339f0c3c79ccc3a197f7f148e0630d969dc7
MD5 e72eea684a0fe745bb1a3aecc9e06489
BLAKE2b-256 914dcdd2b4a9f2b60b901bb91f2366ef26117afd1c4ff614118a9fcffe02aba5

See more details on using hashes here.

File details

Details for the file django_dsfr-0.6.1-py3-none-any.whl.

File metadata

  • Download URL: django_dsfr-0.6.1-py3-none-any.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.9.9 Linux/5.11.0-1022-azure

File hashes

Hashes for django_dsfr-0.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e3e1578e54a69fdd3eda194857354a8c52f77c0ca40e4c2bb286da698537aa4c
MD5 99439db1a1832a46b7f8c38832fa0d69
BLAKE2b-256 f939e3cc35eca1d64c30b2231171f9dab56d0bbc99c3aca6186b7f018c9f1066

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page