Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
django-crispy-formset-modal
Advanced tools
Django app that provides an easy way to manage and manipulate formsets using modals with Django Crispy Forms.
Reusable Django app that provides an easy way to manage and manipulate formsets using modals with Django Crispy Forms. It enables you to dynamically add, edit, and delete formsets on the frontend.
pip install django-crispy-formset-modal
crispy_formset_modal
to your INSTALLED_APPS
in settings.py
:INSTALLED_APPS = [
...
'crispy_formset_modal',
...
]
For detailed instructions on how to use Django Crispy Formset Modal, please refer to the documentation and check out the demo for practical examples.
The demo provides various examples of how to use Django Crispy Formset Modal in different scenarios.
If you'd like to run the demo application on your local machine. Please follow the steps below:
git clone https://github.com/blasferna/django-crispy-formset-modal.git
cd django-crispy-formset-modal
python -m venv venv
On Windowds
.\venv\Scripts\activate
On Unix or MacOS:
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
http://localhost:8000
on your browser to explore the demo application.Django Crispy Formset Modal is released under the MIT License.
FAQs
Django app that provides an easy way to manage and manipulate formsets using modals with Django Crispy Forms.
We found that django-crispy-formset-modal 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.