Django functionality to help when building a GOV.UK website.
Project description
GOV.UK Frontend Django
Documentation Site | GitHub | PyPI
The govuk_frontend_django
package contains Django functionality to help when building a GOV.UK website.
The main part of this package is the template tags that it offers for use in your templates. These template tags will reduce the amount of markup that you need to maintain in your project.
This package also contains some helpful templates for your project, such as the govuk_frontend_django/base.html
template which contains the basic structure of a GOV.UK website.
Getting started
First install the package:
pip install govuk-frontend-django
In your settings file, add the app to your INSTALLED_APPS
:
INSTALLED_APPS = [
...
"govuk_frontend_django",
]
Start using the template tags in your templates!
{% load govuk_frontend_django %}
{% gds_component "back-link" href="/" %}
Compatibility table
Below is a list of the versions of this package and the versions of the GOV.UK Frontend that they are compatible with.
Package Version | GOV.UK Frontend Version |
---|---|
0.10.0 - 0.10.0 | v5.4.1 |
0.9.0 - 0.9.1 | v5.4.0 |
0.8.0 - 0.8.0 | v5.3.1 |
0.7.0 - 0.7.0 | v5.3.0 |
0.6.0 - 0.6.0 | v5.2.0 |
0.5.0 - 0.5.1 | v5.1.0 |
0.4.0 - 0.4.0 | v4.7.0 |
0.3.0 - 0.3.9 | v4.6.0 |
0.2.0 - 0.2.3 | v4.5.0 |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file govuk_frontend_django-0.10.0.tar.gz
.
File metadata
- Download URL: govuk_frontend_django-0.10.0.tar.gz
- Upload date:
- Size: 18.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88409f2c4ce24761e41150045e34596606788e86105f88daac85bd940043ef83 |
|
MD5 | 07eccd6fa9554bfdd378e7a66eda26f6 |
|
BLAKE2b-256 | 7cad9a9d0439b32cfbb00cbf7f5004b951ccaeeff5721ef0c7fb471119976543 |
File details
Details for the file govuk_frontend_django-0.10.0-py3-none-any.whl
.
File metadata
- Download URL: govuk_frontend_django-0.10.0-py3-none-any.whl
- Upload date:
- Size: 42.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0e0bb6822bd92a672e0c10ff2583211e571f8212ca7ead2385a93dd8827914d |
|
MD5 | d3a71f64c7a67f7c6e0a909abdd24726 |
|
BLAKE2b-256 | a7b249cdc0da578386eea39ef8e7fcbd5cb6d48116c78787acb1ed96cb1f7481 |