pre_gen_project¶
This module contains hooks which are executed before the template is rendered.
Attributes¶
Functions¶
|
Apply pre-generation hooks. |
Module Contents¶
- pre_gen_project.EXCEPTION_MSG_MODULE_NAME = Multiline-String[source]¶
Show Value
""" ERROR: The project slug ({module_name}) is not a valid Python module name. Please do not use anything other than letters, numbers, and underscores '_'. The first character must not be a number. """
- pre_gen_project.EXCEPTION_MSG_PYTHONVERSION = Multiline-String[source]¶
Show Value
""" ERROR: The python version must be >= {min_python_version}, got {python_version}. """