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
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.2.2.tar.gz
.
File metadata
- Download URL: hizashi-utils-0.2.2.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0dbc1a38190e73d88a55e164ea60c50fce6615cc9f5bcd34e864f737620f329 |
|
MD5 | 2f1487f8ecd2cd4167460a54c7b11f06 |
|
BLAKE2b-256 | c4eb8dc9664f71b276ada301cb318fc9a4abc9f072244cdad2c6c70ce3522539 |