atelier.invlib¶
A library of invoke tasks. See inv tasks defined by atelier.
This is the module that defines the invoke namespace. |
|
Utilities for atelier.invlib |
Functions
|
This is the function you must call from your |
- atelier.invlib.setup_from_tasks(globals_dict, main_package=None, django_settings_module=None, **kwargs)¶
This is the function you must call from your
tasks.py
file in order to activate the tasks defined by atelier.Arguments:
globals_dict must be the globals() of the calling script.
Optional main_package is the name of the main Python package provided by this project.
Optional django_settings_module will be stored in the
DJANGO_SETTINGS_MODULE
, and certain project configuration options will get their default value from that module.All remaining keyword arguments are project configuration parameters and stored to the project configuration options.