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_directory(config_data)[source]¶ Asks user for removal of project directory and eventually removes it