Utils for managing Django Hizashi environment
Project description
A set of command line helper utilities for managing Django Hizashi project environment.
About the project
Django Hizashi is a Django project environment based on iterating personal best practices. Management commands recreate familiar project directory structure from prepared project and application templates.
Utilities are context aware, so as long as you are in a subdirectory of the main Django Hizashi project folder, script utilities will work on best effort basis.
Quick start
create and initialize a new Python virtual environment
install hizashi-utils: pip install hizashi-utils
initialize project: hizashi.py initproject my_new_project
change directory to that project: cd my_new_project
initialize an application: hizashi.py initapp my_new_app
Project level utilities
initproject
To initialize a new project execute:
hizashi.py initproject my_new_project_name
Optional parameters:
template - path or url for a Django project template, defaults to https://github.com/dodobas/hizashi-project-template/archive/master.zip
makedocs
To build Sphinx docs execute:
hizashi.py makedocs
Optional parameters:
type - documentation type, defaults to html, mimics sphinx Makefile
publish - switch to activate the Publish server, a documentation HTTP server
host - Publish server host, defaults to ‘127.0.0.1’
port - Publish server port, defaults to ‘54299’
devserver
Starts Django development server, using developer specific settings module or fallbacks to the default development settings module core.settings.dev.
To start the server execute:
hizashi.py devserver
Optional parameters:
settings - override automatically detected settings file
collectstatic
Runs collectstatic Django management comamnd, using developer specific settings module or fallbacks to the default development settings module core.settings.dev.
To start the server execute:
hizashi.py collectstatic
Optional parameters:
settings - override automatically detected settings file
Application level utilities
initapp
To initialize a new application execute:
hizashi.py initapp my_new_application_name
Optional parameters:
template - path or url for a Django application template, defaults to https://github.com/dodobas/hizashi-application-template/archive/master.zip
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 hizashi-utils-0.4.0.tar.gz
.
File metadata
- Download URL: hizashi-utils-0.4.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e44efb79ae15db1ed60f63817dec39e2667239e356bcf215562ad6d77b5fdaba |
|
MD5 | 637ffbc366946bf6bdb93f94a3a3263c |
|
BLAKE2b-256 | 1444c7bf7a2beba0c9076a70785ae4d78f54dbb1a41c13bbf7c98603cea76bc9 |