{ "info": { "author": "Bryan Chow", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "django-settings-list\n--------------------\n\nA simple, reusable Django app that lists the settings values for a deployed or\nrunning project using a custom admin view accessible only by superusers.\n\nTechnically, admin is not required, but by default the Settings List view is\nstyled similarly to Django Admin.\n\n\nInstallation\n------------\n\n1. Make the `settings_list` module available in your Python environment.\n\n2. Make the ``settings_list/templates/`` directory available in your project,\n either by adding ``settings_list`` to ``INSTALLED_APPS`` and enabling the\n ``app_directories`` template loader, or by specifying the path manually in\n ``TEMPLATE_DIRS``.\n\n3. Add a URL pattern for the ``settings_list.views.settings_list`` view. For\n example::\n\n (r'^admin/settings/$', 'settings_list.views.settings_list'),\n\n\nKeeping private settings private\n--------------------------------\n\nDjango Settings List uses ``django.views.debug.get_safe_settings``, which\nobfuscates \"secret\" settings (currently, any setting with a name containing\nSECRET, PASSWORD, PROFANITIES_LIST, or SIGNATURE). This is the same filter\nused by the debug traceback reporter.\n\nYou can also manually specify additional settings to keep private by adding a\nPRIVATE_SETTINGS setting to your project. For example::\n\n PRIVATE_SETTINGS = [\n 'AUTHNET_MERCHANT_ID',\n 'AUTHNET_TRANSACTION_KEY',\n 'AWS_ACCESS_KEY_ID',\n 'AWS_SECRET_ACCESS_KEY',\n ]", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/bryanchow/django-settings-list/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bryanchow/django-settings-list", "keywords": "", "license": "WTFPL", "maintainer": null, "maintainer_email": null, "name": "django-settings-list", "package_url": "https://pypi.org/project/django-settings-list/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-settings-list/", "project_urls": { "Download": "https://github.com/bryanchow/django-settings-list/tarball/master", "Homepage": "https://github.com/bryanchow/django-settings-list" }, "release_url": "https://pypi.org/project/django-settings-list/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Django app that lists the settings values for a running project using a custom view accessible only by superusers.", "version": "0.1.2" }, "last_serial": 972966, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "9e0bbec8f3e7c79437673455fe61a7e0", "sha256": "8e5ae56ded49727fb8f7323ed1ca1098d1442cf6f8dc563c77d9a077358778ee" }, "downloads": -1, "filename": "django-settings-list-0.1.tar.gz", "has_sig": false, "md5_digest": "9e0bbec8f3e7c79437673455fe61a7e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2704, "upload_time": "2014-01-17T22:55:04", "url": "https://files.pythonhosted.org/packages/86/0e/44bb4ffe72ffc99479df963ef6edbbbad1048fa74bd36aacb90c6777ff53/django-settings-list-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "7c759528aa87f00b9d7d8a11c52e0d17", "sha256": "e74572934b9794537f36f44013ac40f986b037275fb8515a3fa1c34ef254f6e0" }, "downloads": -1, "filename": "django-settings-list-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7c759528aa87f00b9d7d8a11c52e0d17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3038, "upload_time": "2014-01-17T23:06:34", "url": "https://files.pythonhosted.org/packages/7b/70/29c136050aec76f2aeaf39880cb12f5acff3d212f2ad6af84b5c31d135d9/django-settings-list-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "8fd97f1c6a8ea347ffa32a0b28712a89", "sha256": "3fdc03f6c440469de580201f9daae5682964e4038b669f864acd52b44a6be7e7" }, "downloads": -1, "filename": "django-settings-list-0.1.2.tar.gz", "has_sig": false, "md5_digest": "8fd97f1c6a8ea347ffa32a0b28712a89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3057, "upload_time": "2014-01-17T23:11:21", "url": "https://files.pythonhosted.org/packages/81/7e/ff9c2abd487caf43bae3e6a19f7895db6af12df5de832ad45f8abddee216/django-settings-list-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8fd97f1c6a8ea347ffa32a0b28712a89", "sha256": "3fdc03f6c440469de580201f9daae5682964e4038b669f864acd52b44a6be7e7" }, "downloads": -1, "filename": "django-settings-list-0.1.2.tar.gz", "has_sig": false, "md5_digest": "8fd97f1c6a8ea347ffa32a0b28712a89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3057, "upload_time": "2014-01-17T23:11:21", "url": "https://files.pythonhosted.org/packages/81/7e/ff9c2abd487caf43bae3e6a19f7895db6af12df5de832ad45f8abddee216/django-settings-list-0.1.2.tar.gz" } ] }