Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.