Skip to main content

A command-line-interface for django-mako-plus.

Project description

https://img.shields.io/pypi/v/dmp-cli.svg https://img.shields.io/travis/knowsuchagency/dmp-cli.svg Updates https://img.shields.io/github/license/mashape/apistatus.svg

A command-line-interface for django-mako-plus.

Installation

pipenv install -d dmp-cli
# or
pip install dmp-cli

Usage

To create a new django-mako-plus project use

dmp new project [NAME]

Similarly, for new apps

dmp new app [NAME]

These are just shortcuts for

python3 -m django startproject --template=http://cdn.rawgit.com/doconix/django-mako-plus/master/project_template.zip [NAME]
# and
python3 manage.py startapp --template=http://cdn.rawgit.com/doconix/django-mako-plus/master/app_template.zip --extension=py,htm,html [NAME]

… but use the templates on your local filesystem from the currently installed version of DMP, rather than fetching the templates from github.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dmp-cli-0.1.5.tar.gz (191.6 kB view hashes)

Uploaded Source

Built Distribution

dmp_cli-0.1.5-py2.py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page