Skip to main content

Django application to add 'django-crispy-forms' layout objects for Github Primer

Project description

Introduction

This is a Django application to add django-crispy-forms layout objects for Primer.

⚠ This app does not include Primer assets, you will have to install them yourself in your projects.

❗ This is pre-alpha software, I will be amending the initial commit for a while. You may not want to use it in production environment.

Prerequisites

Installation

The best way to install is by using pip:

$ pip install crispy-forms-primer

Or you could install the development version directly from GitHub:

$ pip install git+https://github.com/galeo/crispy-forms-primer

Add the app in INSTALLLED_APPS like this:

INSTALLED_APPS = (
    ...
    'crispy_forms',
    'crispy_forms_primer',
    ...
)

Change crispy template pack settings to start using it in your forms:

# Default layout to use with 'crispy_forms'
CRISPY_TEMPLATE_PACK = 'primer'

All other django-crispy-forms settings option apply, see its documentation for more details.

License

MIT License

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

crispy_forms_primer-0.4.2-py3-none-any.whl (22.2 kB view details)

Uploaded Python 3

File details

Details for the file crispy_forms_primer-0.4.2-py3-none-any.whl.

File metadata

  • Download URL: crispy_forms_primer-0.4.2-py3-none-any.whl
  • Upload date:
  • Size: 22.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for crispy_forms_primer-0.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e89edee6563a641af98b7dc91f6e2af5acef81d0b58a6b36a43cc456c4f55627
MD5 19dd030237b1684fb8bfbad287aa453f
BLAKE2b-256 b2bf66cb52be09f6cafa78b8b19e31f1f1562ed5953fcbaa0515011d90a1a071

See more details on using hashes here.

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