DjangoKit command line interface
Project description
DjangoKit CLI
NOTE: DjangoKit is a full stack Django+React framework. See https://djangokit.org/ for more information.
This package provides the DjangoKit command line interface. When it's
installed, it will install the djangokit
console script.
To see a list of commands, run djangokit
without any arguments (or use
the dk
alias as shown here):
dk
To run a Django management command:
dk manage <args>
Configuring the CLI
The DjangoKit CLI can be configured via options passed to the
djangokit
base command or settings added to your project's settings
file(s) in the [djangokit.cli]
section. Using a settings file is
useful when you want to change a default permanently.
-
--env
/env
: Specify the default environment to run commands in. -
--settings-module
/django_settings_module
: Specify the Django settings module. -
--additional-settings-module
/django_additional_settings_module
: Specify an additional Django settings module that will be loaded after (and override) the base settings module. -
--settings-file
/django_settings_file
: Path to settings file. This will be derived fromENV
if not specified. -
--typescript
/use_typescript
: Since using TypeScript is the default, you can use this to disable TypeScript. This will affect how files are generated, for example (e.g. when usingdk add-page
). -
--quiet
/quiet
: Squelch stdout.
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
Built Distribution
File details
Details for the file org_djangokit_cli-0.0.4.tar.gz
.
File metadata
- Download URL: org_djangokit_cli-0.0.4.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5daf25fd50d69b55b2922326763f9e1c25ce23485f82e24587f4c05e7c3ef0c |
|
MD5 | c4568eab6494e7fa68edf11d859c0e48 |
|
BLAKE2b-256 | 7c419cf318799eeccd919cf2914cd047fa4749eeed640e27e58b67df9dad60f1 |
File details
Details for the file org_djangokit_cli-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: org_djangokit_cli-0.0.4-py3-none-any.whl
- Upload date:
- Size: 18.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 548534657c5bbe766ef3cf562b9cd705fbdb54e00e31e45ac7c9863287c151d6 |
|
MD5 | 4219b1fb1f261e8c357e9efc4e31ad24 |
|
BLAKE2b-256 | fba1dbd1a303662e429ae2b8423558d758bac560600843b9ce37399ee1eaae8d |