Skip to main content

Patternfly support for Django projects

Project description

django-patternfly

Patternfly integration for Django. Ported from django-bootstrap4

DISCLAIMER: This is a port done over the weekend and is a very poorly featured package. The only purpose for this currently is to provide a CSS to be used in your project templates

Goal

The goal of this project is to seamlessly blend Django and PatternFly.

Requirements

Python 3.9 or newer with Django >= 4.0 or newer.

Documentation

The full documentation is (will be) at https://django-patternly4.readthedocs.io/

Installation

  1. Install using pip:

    pip install django-patternfly4
    
  2. Add to INSTALLED_APPS in your settings.py:

    INSTALLED_APPS = (
        # ...
        "patternfly",
        # ...
    )
    
  3. In your templates, load the patternfly library and use the patternfly_* tags:

Example template

{% load patternfly %}

<html>
    <head>
        {% patternfly_css %}
    </head>
    <body>
        {% block patternfly_content %}
            Main Content
        {% endblock %}
    </body>
</html>

Development

Install poetry

$ pip install poetry

Bugs and suggestions

If you have found a bug or if you have a request for additional functionality, please use the issue tracker on GitHub.

https://github.com/ayaseen/django-patternfly4/issues

License

You can use this under BSD-3-Clause. See LICENSE file for details.

Author

Developed and maintained by Amjad Yaseen

Please see AUTHORS.md for a list of contributors.

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-patternfly4-0.0.3.tar.gz (19.0 kB view hashes)

Uploaded Source

Built Distribution

django_patternfly4-0.0.3-py3-none-any.whl (14.2 kB view hashes)

Uploaded Python 3

Supported by

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