Name | org-djangokit-cli JSON |
Version |
0.0.7
JSON |
| download |
home_page | |
Summary | DjangoKit command line interface |
upload_time | 2023-02-04 18:42:49 |
maintainer | |
docs_url | None |
author | Wyatt Baldwin |
requires_python | >=3.8,<4.0 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# 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 from `ENV` 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 using `dk add-page`).
- `--quiet` / `quiet`: Squelch stdout.
Raw data
{
"_id": null,
"home_page": "",
"name": "org-djangokit-cli",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8,<4.0",
"maintainer_email": "",
"keywords": "",
"author": "Wyatt Baldwin",
"author_email": "self@wyattbaldwin.com",
"download_url": "https://files.pythonhosted.org/packages/08/43/37305b842a3dab17b6c8677c6c8a52bf8d48d5c54420b1b9992f5d4c5480/org_djangokit_cli-0.0.7.tar.gz",
"platform": null,
"description": "# DjangoKit CLI\n\n> NOTE: DjangoKit is a full stack Django+React framework. See\n> https://djangokit.org/ for more information.\n\nThis package provides the DjangoKit command line interface. When it's\ninstalled, it will install the `djangokit` console script.\n\nTo see a list of commands, run `djangokit` without any arguments (or use\nthe `dk` alias as shown here):\n\n dk\n\nTo run a Django management command:\n\n dk manage <args>\n\n## Configuring the CLI\n\nThe DjangoKit CLI can be configured via options passed to the\n`djangokit` base command or settings added to your project's settings\nfile(s) in the `[djangokit.cli]` section. Using a settings file is\nuseful when you want to change a default permanently.\n\n- `--env` / `env`: Specify the default environment to run commands in.\n\n- `--settings-module` / `django_settings_module`: Specify the Django\n settings module.\n\n- `--additional-settings-module` / `django_additional_settings_module`:\n Specify an *additional* Django settings module that will be loaded\n after (and override) the base settings module.\n\n- `--settings-file` / `django_settings_file`: Path to settings file.\n This will be derived from `ENV` if not specified.\n\n- `--typescript` / `use_typescript`: Since using TypeScript is the\n default, you can use this to disable TypeScript. This will affect how\n files are generated, for example (e.g. when using `dk add-page`).\n\n- `--quiet` / `quiet`: Squelch stdout.\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "DjangoKit command line interface",
"version": "0.0.7",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "43fa4e83b322a4cd11665a9840c1952d476bcb34e41e88aedf47b06f3bca1c1c",
"md5": "62274ae62fcb851446dbdf2c42b35770",
"sha256": "9766a7a171a6c6d6373f8eee1fa3cd198f8d215bb510863f7cbec6c55dba33ac"
},
"downloads": -1,
"filename": "org_djangokit_cli-0.0.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "62274ae62fcb851446dbdf2c42b35770",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<4.0",
"size": 20609,
"upload_time": "2023-02-04T18:42:47",
"upload_time_iso_8601": "2023-02-04T18:42:47.961215Z",
"url": "https://files.pythonhosted.org/packages/43/fa/4e83b322a4cd11665a9840c1952d476bcb34e41e88aedf47b06f3bca1c1c/org_djangokit_cli-0.0.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "084337305b842a3dab17b6c8677c6c8a52bf8d48d5c54420b1b9992f5d4c5480",
"md5": "fe1a9574b0923039db941e7805abf3ed",
"sha256": "c88f8907a3c97a5b0f2f65c93eec0d187eca4b4fb9abddabb2f2e8d1ed953764"
},
"downloads": -1,
"filename": "org_djangokit_cli-0.0.7.tar.gz",
"has_sig": false,
"md5_digest": "fe1a9574b0923039db941e7805abf3ed",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<4.0",
"size": 16408,
"upload_time": "2023-02-04T18:42:49",
"upload_time_iso_8601": "2023-02-04T18:42:49.312882Z",
"url": "https://files.pythonhosted.org/packages/08/43/37305b842a3dab17b6c8677c6c8a52bf8d48d5c54420b1b9992f5d4c5480/org_djangokit_cli-0.0.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-02-04 18:42:49",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "org-djangokit-cli"
}