Command to easily bootstrap django CMS projects
Project description
Command to easily bootstrap django CMS projects
Free software: BSD license
Features
djangocms-installer is a console wizard to help bootstrapping a django CMS project.
Refer to django CMS Tutorial on how to properly setup your first django CMS project.
Installation
Create an empty virtualenv:
virtualenv /virtualenv/path/my_project
Install djangocms-installer:
pip install djangocms-installer
or:
pip install -e git+https://github.com/nephila/djangocms-installer#egg=djangocms-installer
Documentation
Caveats
While this wizard try to handle most of the things for you, it doesn’t check for all the proper native (non python) libraries to be installed. Before running this, please check you have the proper header and libraries installed and available for packages to be installed.
Libraries you would want to check:
libjpeg (for JPEG support in Pillow)
zlib (for PNG support in Pillow)
postgresql (for psycopg)
libmysqlclient (for Mysql-Python)
History
0.1.0 (2013-10-19)
First public release.
0.1.1 (2013-10-20)
Improved documentation on how to fix installation in case of missing libraries.
0.2.0 (2014-02-06)
Project renamed to djangocms-installer
Bugfixes
Better default templates
Python 3 compatibility
Django 1.6 compatibility
django CMS 3 beta3 and dev snapshot support
Support for django-admin project templates
Ships Twitter bootstrap templates
Can now creates a dummy starting page
0.3.0 (2014-03-15)
Sync with django CMS RC1 changes
Use external django CMS plugins instead of removed core ones
0.3.1 (2014-03-16)
Fix error in loading resource files
Fix error with non-standard python executable paths
Fix error with Django 1.6
Fix error installing django-filer
0.3.2 (2014-03-18)
Fix some versioned dependency resolve error
0.3.3 (2014-03-20)
Better handling of differenct CMS version configuration
0.3.4 (2014-03-29)
Fix issues with django CMS 2.4
0.3.5 (2014-04-03)
Update for django CMS 3.0c2
0.4 (2014-04-09)
Update for django CMS 3.0 stable!
Fixes for settings parameter
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file djangocms-installer-0.4.0.tar.gz
.
File metadata
- Download URL: djangocms-installer-0.4.0.tar.gz
- Upload date:
- Size: 31.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ede28ba9705b321b9a949797e3d425a40c4f5617103dfc2fe6f1b1d580f35cc |
|
MD5 | cc4389593185d70527eb10df39f347af |
|
BLAKE2b-256 | 87d93ed1cfec591367a527bd3a6e1461a3710feedd74d9e0918796c80da2f7b7 |