Skip to content

fossabot/djangocms-installer

 
 

Repository files navigation

django CMS Installer

image

image

image

image

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.

Note

It used to be called aldryn-installer, but since version 0.2.0 it's been renamed djangocms-installer for clarity.

Installation

#. Create an empty virtualenv:: [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fyakky%2Fdjangocms-installer.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fyakky%2Fdjangocms-installer?ref=badge_shield)

virtualenv /virtualenv/path/my_project

  1. Install `djangocms-installer`:

    pip install djangocms-installer

    or:

    pip install -e git+https://github.com/nephila/djangocms-installer#egg=djangocms-installer

Documentation

See http://djangocms-installer.readthedocs.org

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)

For additional information, check http://djangocms-installer.readthedocs.org/en/latest/libraries.html

Bitdeli badge

## License [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fyakky%2Fdjangocms-installer.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fyakky%2Fdjangocms-installer?ref=badge_large)

About

Console wizard to bootstrap django CMS projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.1%
  • HTML 5.6%
  • Makefile 1.3%