Skip to main content

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:

makedocs

To builds 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’

Application level utilities

initapp

To initialize a new application execute:

hizashi.py initapp my_new_application_name

Optional parameters:

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

hizashi-utils-0.3.0.tar.gz (5.1 kB view details)

Uploaded Source

File details

Details for the file hizashi-utils-0.3.0.tar.gz.

File metadata

File hashes

Hashes for hizashi-utils-0.3.0.tar.gz
Algorithm Hash digest
SHA256 cc17f28d1939ff318bab220c88ced01902470be755a256a2a11ea2eb2ee754e2
MD5 86ce3f0490e8b584e1ea34967144b8a5
BLAKE2b-256 9dd58a2873f316bb1540fae37e8b7a4a35c0f702f93b30d4389b390beec01e74

See more details on using hashes here.

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