{ "info": { "author": "Gilles LEGOUX", "author_email": "gilles.legoux@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.8", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "Django Settings On Startup\n==========================\n\nSee your chosen settings on standard output when django is starting with ``runserver`` command with \nan additional CLI option.\n\n\nFor Django 1.8.5 and Python 2.7, 3.2, 3.3, 3.4.\n\n**Latest python package information**\n\n.. image:: https://img.shields.io/pypi/status/django-settings-startup.svg\n :target: https://pypi.python.org/pypi/django-settings-startup\n :alt: pypi-stability\n\n.. image:: https://img.shields.io/pypi/v/django-settings-startup.svg\n :target: https://pypi.python.org/pypi/django-settings-startup\n :alt: pypi-version\n\n.. image:: https://img.shields.io/pypi/pyversions/django-settings-startup.svg\n :target: https://pypi.python.org/pypi/django-settings-startup\n :alt: pypi-pythonversion\n\n.. image:: https://img.shields.io/pypi/implementation/django-settings-startup.svg\n :target: https://pypi.python.org/pypi/django-settings-startup\n :alt: pypi-implementation\n\n.. image:: https://img.shields.io/pypi/wheel/django-settings-startup.svg\n :target: https://pypi.python.org/pypi/django-settings-startup\n :alt: pypi-build\n\n**Other information**\n\n.. image:: https://travis-ci.org/glegoux/django-settings-startup.svg?branch=master\n :target: https://travis-ci.org/glegoux/django-settings-startup\n :alt: travis-status\n\n.. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg\n :target: http://django-settings-startup.readthedocs.org/en/latest/\n :alt: doc\n\n.. image:: https://img.shields.io/packagist/l/doctrine/orm.svg\n :target: https://github.com/glegoux/django-settings-startup/blob/master/LICENSE\n :alt: license\n\n.. image:: https://img.shields.io/pypi/dm/django-settings-startup.svg\n :target: http://pypi-ranking.info/module/django-settings-startup\n :alt: pypi-download\n\nUsage\n-----\n\nOnce installed, using this command::\n\n python manage.py runserver --config\n\n\n**Additional CLI Options**\n\n--config\n Show your settings on standard output.\n\nPlease see ``python manage.py runserver --help`` for more information additional options.\n\nInstall\n-------\n\n1. Download package::\n\n pip install django-settings-startup\n\n2. Add \"django_settings_startup\" in first rank to your INSTALLED_APPS settings like this::\n\n INSTALLED_APPS = [\n 'django_settings_startup',\n ...\n ]\n\nIt is important to install this app in first (before native django apps), to override the command ``runserver``.\n\nVersion\n-------\n\nSee `VERSION `_.\n\nChangelog\n---------\n\nSee `CHANGELOG `_.\n\nRead The Docs : Documentation\n-----------------------------\n\n* http://django-settings-startup.readthedocs.org/en/2.x/\n\nGitHub : Source Code\n--------------------\n\n* https://github.com/glegoux/django-settings-startup/\n\nPyPI : open source Python packages\n----------------------------------\n\n* home page: https://pypi.python.org/pypi/django-settings-startup\n* ranking: http://pypi-ranking.info/module/django-settings-startup\n\nTravis CI : continous integration\n---------------------------------\n\n* https://travis-ci.org/glegoux/django-settings-startup\n\nCoveralls : code coverage\n-------------------------\n\n* https://coveralls.io/github/glegoux/django-settings-startup\n\nUseful links\n------------\n\n* https://github.com/django/django/blob/stable/1.8.x/django/core/management/commands/runserver.py\n* https://github.com/django/django/blob/stable/1.8.x/django/core/management/base.py\n* https://github.com/django/django/blob/stable/1.8.x/django/core/management/commands/testserver.py\n* https://docs.djangoproject.com/en/1.8/howto/custom-management-commands/\n* https://docs.djangoproject.com/en/1.8/ref/django-admin/#running-management-commands-from-your-code\n\nLicense\n-------\n\nSee `LICENSE `_.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/glegoux/django-settings-startup/", "keywords": "django settings startup", "license": "The MIT License (MIT)\n\nCopyright (c) 2016 Gilles LEGOUX\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.", "maintainer": "", "maintainer_email": "", "name": "django-settings-startup", "package_url": "https://pypi.org/project/django-settings-startup/", "platform": "any", "project_url": "https://pypi.org/project/django-settings-startup/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/glegoux/django-settings-startup/" }, "release_url": "https://pypi.org/project/django-settings-startup/2.0/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to see settings on startup.", "version": "2.0" }, "last_serial": 1918110, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "55b1a36c65eb4cce65f502ca55badffb", "sha256": "491a1fa6dcbf6dd00acd77f3b9959d5fddfc293a18a5e9f14813788a66465009" }, "downloads": -1, "filename": "django-settings-startup-1.0.tar.gz", "has_sig": false, "md5_digest": "55b1a36c65eb4cce65f502ca55badffb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3173, "upload_time": "2016-01-14T00:40:32", "url": "https://files.pythonhosted.org/packages/31/27/a238134be38aec9c19e2119d29cc72ce9411878ad349c0db0c8f7dd6a7a3/django-settings-startup-1.0.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "c0c1547593581faf02e5a25f0cbe1c5b", "sha256": "ed29234b0a06cb27de7606bc572b9dd19df1a2ffc5ca0337de1ba8954ec63216" }, "downloads": -1, "filename": "django_settings_startup-2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c0c1547593581faf02e5a25f0cbe1c5b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7123, "upload_time": "2016-01-22T08:32:55", "url": "https://files.pythonhosted.org/packages/15/93/d3babde63858003860bf53969bc3f6d7fd07d5fc78d82f2ad6fe48f748f6/django_settings_startup-2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c19e1121629215e9b6bdada75175309e", "sha256": "1826ac857cf96955b95f11e266e94f2102273a92c7923d656ea163b4b943dfa5" }, "downloads": -1, "filename": "django-settings-startup-2.0.tar.gz", "has_sig": false, "md5_digest": "c19e1121629215e9b6bdada75175309e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 862802, "upload_time": "2016-01-22T07:50:12", "url": "https://files.pythonhosted.org/packages/37/85/ca36977ff7e69c3af92e619401a5dd3c7b77f15eea95923b44e5c0c42821/django-settings-startup-2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c0c1547593581faf02e5a25f0cbe1c5b", "sha256": "ed29234b0a06cb27de7606bc572b9dd19df1a2ffc5ca0337de1ba8954ec63216" }, "downloads": -1, "filename": "django_settings_startup-2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c0c1547593581faf02e5a25f0cbe1c5b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7123, "upload_time": "2016-01-22T08:32:55", "url": "https://files.pythonhosted.org/packages/15/93/d3babde63858003860bf53969bc3f6d7fd07d5fc78d82f2ad6fe48f748f6/django_settings_startup-2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c19e1121629215e9b6bdada75175309e", "sha256": "1826ac857cf96955b95f11e266e94f2102273a92c7923d656ea163b4b943dfa5" }, "downloads": -1, "filename": "django-settings-startup-2.0.tar.gz", "has_sig": false, "md5_digest": "c19e1121629215e9b6bdada75175309e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 862802, "upload_time": "2016-01-22T07:50:12", "url": "https://files.pythonhosted.org/packages/37/85/ca36977ff7e69c3af92e619401a5dd3c7b77f15eea95923b44e5c0c42821/django-settings-startup-2.0.tar.gz" } ] }