
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Django application to add 'django-crispy-forms' layout objects for Github Primer
This is a Django application to add
django-crispy-forms <https://github.com/django-crispy-forms/django-crispy-forms>
__
layout objects for Primer <https://github.com/primer/css>
__.
â This app does not include
Primer <https://github.com/primer/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.
django-crispy-forms <https://github.com/django-crispy-forms/django-crispy-forms>
__The best way to install is by using pip
:
.. code:: shell
$ pip install crispy-forms-primer
Or you could install the development version directly from GitHub:
.. code:: shell
$ pip install git+https://github.com/galeo/crispy-forms-primer
Add the app in INSTALLLED_APPS
like this:
.. code:: python
INSTALLED_APPS = ( ... 'crispy_forms', 'crispy_forms_primer', ... )
Change crispy template pack settings to start using it in your forms:
.. code:: python
CRISPY_TEMPLATE_PACK = 'primer'
All other
django-crispy-forms <https://github.com/django-crispy-forms/django-crispy-forms>
__
settings option apply, see its documentation for more details.
MIT License
FAQs
Django application to add 'django-crispy-forms' layout objects for Github Primer
We found that crispy-forms-primer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.