burp-ui/docs/create_app.rst
2016-07-26 14:01:32 +02:00

10 lines
241 B
ReStructuredText

create_app
==========
The ``create_app`` method is the most important. This is where the application
is created. It is mostly used when running your application through
``gunicorn``.
.. currentmodule:: burpui
.. autofunction:: create_app