/django-parsley-demo

This Django app is to demonstrate how to use django-parsely

Primary LanguagePython

Django Parsley Demo Application

This Django app is to demonstrate how to use django-parsely to replicate Django Form validation on client side.
Additionally, it shows how to use parsley in combination with django-widget-tweaks and bootstrap4.

Original app by Emad Mokhtar. See his blog post for more info.

Also thanks to Vitor Freitas' blog post How to Use Django Widget Tweaks for help with using django-widget-tweaks to customize form elements with bootstrap.

How to Run

  1. Install Dependencies pip install -r requirements.txt
  2. Migrate python manage.py migrate
  3. Run Dev Sever python manage.py runserver