Skip to content

Ajax Form Views that allows forms and their individual fields to be evaluated through Ajax calls

License

Notifications You must be signed in to change notification settings

chrisspen/django-ajax-forms

 
 

Repository files navigation

django-ajax-form-mixin

Build Status

Ajax Form Mixin that allows forms and their individual fields to be evaluated through Ajax calls

Development

To run unittests across multiple Python versions, install:

sudo add-apt-repository ppa:fkrull/deadsnakes
sudo apt-get update
sudo apt-get install python-dev python3-dev python3.3-minimal python3.3-dev python3.4-minimal python3.4-dev python3.5-minimal python3.5-dev python3.6 python3.6-dev

To run all tests:

export TESTNAME=; tox

To run tests for a specific environment (e.g. Python 2.7 with Django 1.11):

export TESTNAME=; tox -e py27-django111

To run a specific test:

export TESTNAME=.testName; tox -e py27-django111

To build and deploy a versioned package to PyPI, run:

python setup.py sdist
twine upload dist/<file>

About

Ajax Form Views that allows forms and their individual fields to be evaluated through Ajax calls

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 59.5%
  • HTML 30.5%
  • JavaScript 7.7%
  • CSS 2.2%
  • Shell 0.1%