![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.