{ "info": { "author": "Dan Drinkard", "author_email": "dan.drinkard@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "================\nherokal-settings\n================\n\nProvides crosswalk between a Foreman-style .env file and your\ndjango local settings.\n\n\nInstallation & Usage\n--------------------\n\nAdd to your django project's requirements.txt::\n\n herokal-settings\n\nAdd `herokal` to `INSTALLED_APPS`\n\nInstall the heroku-config plugin::\n\n heroku plugins:install git://github.com/ddolar/heroku-config.git\n\nRun the management command to export your local_settings.py::\n\n ./manage.py exportenv\n\nAt the bottom of your settings.py, instead of::\n\n from local_settings import *\n\nUse herokal.settings::\n\n from herokal.settings import *\n\nNow, when you run ./manage.py runserver, your `local_settings.py` will be loaded,\nbut when you run `foreman start`, your `.env` will be used.\n\nOptions\n-------\n\nThe `exportenv` command takes a few optional flags::\n\n --settings-module The name of the settings module to export.\n Default is 'local_settings'\n\n --include-databases Whether or not to serialize database\n connections into the .env file.\n Default is false\n\n --outfile The name of the file to export your\n local settings to.\n Default is '.env'\n\n\nChangelog\n---------\n\n**0.0.1**\n\n* Initial release", "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/drinks/herokal-settings", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "herokal-settings", "package_url": "https://pypi.org/project/herokal-settings/", "platform": "any", "project_url": "https://pypi.org/project/herokal-settings/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/drinks/herokal-settings" }, "release_url": "https://pypi.org/project/herokal-settings/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Make your django local_settings play nice with Heroku", "version": "0.0.1" }, "last_serial": 751072, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "937df818b9318d94c85a3f837e03a136", "sha256": "cbb8a9d5793a476a1a8fe8f1ff093e96f2eb228f8f7e8dbd17114c6857c06695" }, "downloads": -1, "filename": "herokal_settings-0.0.1-py2.7.egg", "has_sig": false, "md5_digest": "937df818b9318d94c85a3f837e03a136", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 7068, "upload_time": "2013-06-04T20:42:13", "url": "https://files.pythonhosted.org/packages/f1/a2/da4d4514c5782a65ed3e6a2dcfef8cc24fb4dee72241260d41e6ef49948c/herokal_settings-0.0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "5b270416c31903ab95f91a0e8fa6e6ba", "sha256": "2f244378d28d641928662257fa34e8cb4f4462790e74817195c820150b782f10" }, "downloads": -1, "filename": "herokal-settings-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5b270416c31903ab95f91a0e8fa6e6ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3075, "upload_time": "2013-06-04T20:42:11", "url": "https://files.pythonhosted.org/packages/9e/2b/cab7990cde7d0ac99af5ac092e58072d6c94004b87eb12ad544153f5010c/herokal-settings-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "937df818b9318d94c85a3f837e03a136", "sha256": "cbb8a9d5793a476a1a8fe8f1ff093e96f2eb228f8f7e8dbd17114c6857c06695" }, "downloads": -1, "filename": "herokal_settings-0.0.1-py2.7.egg", "has_sig": false, "md5_digest": "937df818b9318d94c85a3f837e03a136", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 7068, "upload_time": "2013-06-04T20:42:13", "url": "https://files.pythonhosted.org/packages/f1/a2/da4d4514c5782a65ed3e6a2dcfef8cc24fb4dee72241260d41e6ef49948c/herokal_settings-0.0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "5b270416c31903ab95f91a0e8fa6e6ba", "sha256": "2f244378d28d641928662257fa34e8cb4f4462790e74817195c820150b782f10" }, "downloads": -1, "filename": "herokal-settings-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5b270416c31903ab95f91a0e8fa6e6ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3075, "upload_time": "2013-06-04T20:42:11", "url": "https://files.pythonhosted.org/packages/9e/2b/cab7990cde7d0ac99af5ac092e58072d6c94004b87eb12ad544153f5010c/herokal-settings-0.0.1.tar.gz" } ] }