Skip to content

AdrianaMusic/collab-form-builder

 
 

#Form Builder

Build Status

Form Builder is a Django-based dynamic form builder for Collab.

##Screenshot

index page

##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.

About

Form Builder app for Collab

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 48.7%
  • JavaScript 27.3%
  • HTML 14.9%
  • Less 8.9%
  • Shell 0.2%