Configuration ============= Register Configuration ----------------------- Except ``DROPZONE_SERVE_LOCAL``, when you use other configuration variable, you have to call ``dropzone.config()`` in template to make them register with Dropzone: .. code-block:: jinja ... {{ dropzone.config() }} .. tip:: Call this method after ``dropzone.load_js()`` or ``