djangocms_installer.install package

Module contents

djangocms_installer.install.check_install(config_data)[source]

Here we do some really basic environment sanity checks.

Basically we test for the more delicate and failing-prone dependencies:
  • database driver
  • Pillow image format support

Many other errors will go undetected

djangocms_installer.install.cleanup(requirements)[source]
djangocms_installer.install.cleanup_directory(config_data)[source]

Asks user for removal of project directory and eventually removes it

djangocms_installer.install.requirements(req_file, pip_options='', is_file=False, verbose=False)[source]
djangocms_installer.install.write_requirements(config_data)[source]