A command-line-interface for django-mako-plus.
Project description
A command-line-interface for django-mako-plus.
Documentation: https://knowsuchagency.github.io/dmp-cli
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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dmp-cli-0.1.5.tar.gz.
File metadata
- Download URL: dmp-cli-0.1.5.tar.gz
- Upload date:
- Size: 191.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3755c5b8073031877d7d6129b72cb38b7eec3354e75a841726bdd528c7b0445
|
|
| MD5 |
f9e2e62f91bc159243f71bc60a08db24
|
|
| BLAKE2b-256 |
5b56183560e7760bbbb33a642af2aaf434d68d933a4f68e6e437ec3fd941f3ec
|
File details
Details for the file dmp_cli-0.1.5-py2.py3-none-any.whl.
File metadata
- Download URL: dmp_cli-0.1.5-py2.py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a8e447726fe9a7df36cf63eb9333789f007bf8ff20f5b5dc9f3469164c555fe
|
|
| MD5 |
520f39476d1f211bb92ec9902ef4edef
|
|
| BLAKE2b-256 |
453d592ec6372154b7b6dde22449940fa306efd8b74ff327f6e1afa0a8caa943
|