Skip to content

Eraldo/djangocms-helper

 
 

Repository files navigation

djangocms-helper

Latest PyPI version

Monthly downloads

Python versions

Latest Travis CI build status

Test coverage

Test coverage

Code Climate

Helper for django CMS plugin development

djangocms-helper is a set of commands to handle django CMS plugins development process.

It's a modified version of django CMS's own develop.py script, modified to handle generic plugins development process.

Supported versions

Python: 2.6, 2.7, 3.3, 3.4, 3.5

Django: 1.6 to 1.9

django CMS: 3.0 to 3.2

Warning

Starting from version 1.0, compatibily with Python 2.6, Python 3.3, Django<=1.7 and django CMS<=3.1 will be dropped. Pin your test requirements accordingly (djangocms-helper<1.0).

Common options

  • --cms: Loads configuration to properly run a django CMS-based application;
  • --extra-settings: Path to a helper file to set extra settings; see Settings section for details;

Usage

The command must be executed in the main plugin directory (i.e. in the same directory as the setup.py file) as it needs to import files relative to the current directory.

The basic command structure is:

djangocms-helper <application> <command> [options ...]

where <application> is the django application name and <command> is one of the available commands. Optins vary for each command.

Bootstrapping

To bootstrap a project using djangocms-helper you may want to have a look at cookiecutter-djangopackage-helper, a cookiecutter template for djangocms-helper.

To use it follows usage instructions

Runner

By using the integrated runned in the settings file you'll be able to run the commands without invoking djangocms-helper: see Integrate runner for reference.

Installation

Installing from pip:

pip install djangocms-helper

Installing from source:

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

Requirements

  • django CMS 3.0 (django CMS 3.0.4 is required for pyflake command), optional; required only to work with --cms option
  • docopt
  • tox
  • dj-database-url

Documentation

Documentation is available on readthedocs.

Authors

djangocms-helper was written by Iacopo Spalletti with help from other contributors.

Thanks

The general logic and part of the code of the whole application is heavily taken from django CMS's own develop.py so all the contributors deserve a huge thanks for their work.

About

Helper for django CMS plugin development

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.9%
  • HTML 1.2%
  • Makefile 0.9%