#Form Builder
Form Builder is a Django-based dynamic form builder for Collab.
##Screenshot
##Installation
To use this application you will need to first have Collab installed.
Then, once you clone this repo, you can install the application using setuptools:
python setup.py install
Or, if you are developing with this app, you can add it to your search path like:
cd collab
ln -s ../collab-form-builder/src/form_builder .
Once the application is installed, add it to core collab's INSTALLED_APPS
in your local_settings.py
file:
INSTALLED_APPS += ( 'form_builder', )
##Contributing
Please read the contributing guide.