{ "info": { "author": "Ryan Hiebert", "author_email": "ryan@ryanhiebert.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Django :: 1.10", "Framework :: Django :: 1.11", "Framework :: Django :: 1.8", "Framework :: Django :: 2.0", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "================================\ndjango-cmd: Get a django command\n================================\n\n.. image:: https://img.shields.io/pypi/v/django-cmd.svg\n :target: https://pypi.python.org/pypi/django-cmd\n :alt: Latest Version\n\n.. image:: https://travis-ci.org/ryanhiebert/django-cmd.svg?branch=master\n :target: https://travis-ci.org/ryanhiebert/django-cmd\n\n.. image:: https://codecov.io/gh/ryanhiebert/django-cmd/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/ryanhiebert/django-cmd\n\n\nDjango only includes the ``django-admin``.\nThey prefer to not include multiple ways to do the same thing,\nbut I really want to spell it ``django``.\nI also wanted to be able to configure a\ndefault settings file in a ``setup.cfg`` configuration file.\n\n\nUsage\n=====\n\n.. code-block:: sh\n\n pip install django-cmd\n django startproject\n\n\nOnce installed, you can use the ``django`` command\nthe same as you would normally use the ``django-admin`` command.\nAdditionally, you can add a section like this to a ``setup.cfg`` file\nto configure the ``DJANGO_SETTINGS_MODULE``\nthat you would like to use when no other is specified.\n\n.. code-block:: ini\n\n [django]\n settings_module = myproject.settings\n\nThat's it! Have fun!\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ryanhiebert/django-cmd", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-cmd", "package_url": "https://pypi.org/project/django-cmd/", "platform": "", "project_url": "https://pypi.org/project/django-cmd/", "project_urls": { "Homepage": "https://github.com/ryanhiebert/django-cmd" }, "release_url": "https://pypi.org/project/django-cmd/1.0/", "requires_dist": [ "Django" ], "requires_python": "", "summary": "Get a django command", "version": "1.0" }, "last_serial": 3372997, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "42bfe5bbb556569ca2a56c5d68eaba92", "sha256": "23bb10fe17a5365f9ccd7f16312c49e505b208ff37ea1556cdf48b84fe372df4" }, "downloads": -1, "filename": "django_cmd-1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "42bfe5bbb556569ca2a56c5d68eaba92", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3935, "upload_time": "2017-11-29T02:13:52", "url": "https://files.pythonhosted.org/packages/4f/46/68baafdb728d45d15d5f1dfbcf5fcda2c880f5e1caa2bbbd33d2cd6dfcd0/django_cmd-1.0-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "42bfe5bbb556569ca2a56c5d68eaba92", "sha256": "23bb10fe17a5365f9ccd7f16312c49e505b208ff37ea1556cdf48b84fe372df4" }, "downloads": -1, "filename": "django_cmd-1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "42bfe5bbb556569ca2a56c5d68eaba92", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3935, "upload_time": "2017-11-29T02:13:52", "url": "https://files.pythonhosted.org/packages/4f/46/68baafdb728d45d15d5f1dfbcf5fcda2c880f5e1caa2bbbd33d2cd6dfcd0/django_cmd-1.0-py2.py3-none-any.whl" } ] }