Installation¶
Install the package¶
pip install django-form-alpine
Add to INSTALLED_APPS¶
INSTALLED_APPS = [
# ...
"django_form_alpine",
# ...
]
That’s all that’s needed. The library loads its scripts automatically via Django’s media framework when you use one of the provided mixins.