{ "info": { "author": "Seb Potter", "author_email": "seb@woome.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "License :: OSI Approved :: GNU General Public License (GPL)", "Topic :: Utilities" ], "description": "A tool for helping with override Django configs.\n\ndjango_confighelper on its own creates a config for the current django\ninstance based on the current hostname, the current name of the\neffective uid and the current directory in which the django instance\nis sitting:\n\n config/hostname/euidname__dirname.py\n\nIf the config already exists django_confighelper exits with a warning.\n\nThe 'edit' subcommand attempts to start a system editor on the\nconfig. It first tries the environment variable $EDITOR and then\nswitches to \"editor\" from the execution path.\n\nThe 'print' subcommand prints the filename of the config file. This is\nso you can script further interactions, for example:\n\n echo \"CONFIG_SPECIAL=True\" >> $(django_confighelper print)\n\nThe 'default' subcommand looks for a default config file in \nconfig/defaults/$user.py and if it exists, it creates a config using\nthe values contained there in. It opens the newly created file just\nin case you need to change some values - like FRONTEND_PORT e.t.c\n\nThe 'printval' subcommand prints the value of a DJANGO config setting\nafter the config has been applied. For example:\n\n django_confighelper printval DATABASE_HOST\n\n prints out the setting of the database host.\n\nThe 'updatesettings' subcommand appends the contents of configdir/templates.py\nto the end of the settings.py in the current directory. This is required to be\nrun once (and once only), and simply adds some import statements to handle\nthe additional import of per-instance settings files.\n\nThe 'cat' subcommands outputs the contents of the instance specific config file \n(i.e. config/hostname/euidname__dirname.py)\n\nThe 'dir' subcommand outputs the evaluated values of all settings managed by \ndjango_confighelper.\n\n\nconfignginx is also included. This is a management command you can use\nto generate Nginx configs from your Django app.\n\n ./manage.py confignginx --port=8100 --domain=www.example.com\n\nwill generare an nginx config that will proxy requests to the port but\nsend all static data to the STATIC_ROOT via the STATIC_URL.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/woome/django_configdir", "keywords": "django configuration instance utility user", "license": "GPLv2", "maintainer": null, "maintainer_email": null, "name": "django_configdir", "package_url": "https://pypi.org/project/django_configdir/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django_configdir/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/woome/django_configdir" }, "release_url": "https://pypi.org/project/django_configdir/0.1.10/", "requires_dist": null, "requires_python": null, "summary": "A utility to create per-user, per-host configuration files for Django.", "version": "0.1.10" }, "last_serial": 791082, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "05120a7ea9448ede812c661fe82583d8", "sha256": "2f532ec82b6bba43e6bb6c085339edf877b449416c99817b9e445aa5e1c4274f" }, "downloads": -1, "filename": "django_configdir-0.1.tar.gz", "has_sig": false, "md5_digest": "05120a7ea9448ede812c661fe82583d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4577, "upload_time": "2011-07-05T01:43:00", "url": "https://files.pythonhosted.org/packages/3d/35/03f1c549ccd29ad8fb243064948f087279bffe57cf2fe2f4c76de33aba1d/django_configdir-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "04c92301d674587b194ab4bc10688b45", "sha256": "bcf818f990dcd21480778a284b64fcc09f2f2e2efddc3a23c5b4d0087f91a6c7" }, "downloads": -1, "filename": "django_configdir-0.1.1.tar.gz", "has_sig": false, "md5_digest": "04c92301d674587b194ab4bc10688b45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4576, "upload_time": "2011-07-05T01:45:39", "url": "https://files.pythonhosted.org/packages/a5/91/2f651ebfac320047b42f18d8c3dafb291ced321916c045105fdba87afb5e/django_configdir-0.1.1.tar.gz" } ], "0.1.10": [ { "comment_text": "", "digests": { "md5": "c09cc8d1477f2343b1536b456cab0b94", "sha256": "5cc51ba73e9d060869866a73e8e3ce54f551f9ed116d4de60bd5fe4486c619ba" }, "downloads": -1, "filename": "django_configdir-0.1.10.tar.gz", "has_sig": false, "md5_digest": "c09cc8d1477f2343b1536b456cab0b94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6503, "upload_time": "2011-07-14T14:41:49", "url": "https://files.pythonhosted.org/packages/f2/1e/943d8d5833805380f8e49a3214718e06bab894af2e54e6eaea65122edb8b/django_configdir-0.1.10.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "446e7822934fdfd23b043fd52c2de99a", "sha256": "723e87b7f070b064dba6935c7d849bba3227cbf10f1b11989cf878a8d77a4b72" }, "downloads": -1, "filename": "django_configdir-0.1.2.tar.gz", "has_sig": false, "md5_digest": "446e7822934fdfd23b043fd52c2de99a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4588, "upload_time": "2011-07-05T01:48:16", "url": "https://files.pythonhosted.org/packages/d0/df/96566c7481fef29a7e02c157cf816df02c9187077d653a41cbee30ce6e5a/django_configdir-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "fa6c648d1b0dafbdf525e727c6ec3b23", "sha256": "d3e89e51ee369353c978f03122e259458af8378512f304dc9d1f429baf10a37a" }, "downloads": -1, "filename": "django_configdir-0.1.3.tar.gz", "has_sig": false, "md5_digest": "fa6c648d1b0dafbdf525e727c6ec3b23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4605, "upload_time": "2011-07-05T01:52:17", "url": "https://files.pythonhosted.org/packages/de/e0/f7803d96513b4b857637f4ce89c43ac93637cc5290616d1076b1bf41971c/django_configdir-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "a4da7d5ba15085f2474783eb4936cfc7", "sha256": "f549c65b220d7c5975f65d69149b57cf4bd2b6b1954207f9f21e866e982dcabc" }, "downloads": -1, "filename": "django_configdir-0.1.4.tar.gz", "has_sig": false, "md5_digest": "a4da7d5ba15085f2474783eb4936cfc7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4600, "upload_time": "2011-07-05T01:56:31", "url": "https://files.pythonhosted.org/packages/23/ff/1761ee5731176e86a983294aca97c8e97687a43b30798ebeb24d8a4265b2/django_configdir-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "e50eb543b07025cb955841b4d5b8c066", "sha256": "5c468b25ec75b56808ef2acaa6e2e4a2c4a18d731c122d900825eda10d25a173" }, "downloads": -1, "filename": "django_configdir-0.1.5.tar.gz", "has_sig": false, "md5_digest": "e50eb543b07025cb955841b4d5b8c066", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4606, "upload_time": "2011-07-05T01:59:32", "url": "https://files.pythonhosted.org/packages/52/3d/0250d0fa0acf6ff5cdfca389a7c3a6dc5b4e25cc9b8002830e9c7657fd55/django_configdir-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "e7c2061eb242b95606e75a6ccb1d91d5", "sha256": "6407cad4dd72302757e68c0da2c378247d5e868b889e83fab534d6d79ab0b743" }, "downloads": -1, "filename": "django_configdir-0.1.6.tar.gz", "has_sig": false, "md5_digest": "e7c2061eb242b95606e75a6ccb1d91d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4702, "upload_time": "2011-07-10T22:13:04", "url": "https://files.pythonhosted.org/packages/27/47/195ae14d0725c130cc9801d149987cebe0c1fb643bbfa2fa6d1b2e400761/django_configdir-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "c4127c994b9a3b3c50b22dd77a9e209c", "sha256": "2b98c2e4da5e49a0c79b262ababb002c34bb4b298c545944e5ebb72676756af7" }, "downloads": -1, "filename": "django_configdir-0.1.7.tar.gz", "has_sig": false, "md5_digest": "c4127c994b9a3b3c50b22dd77a9e209c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6244, "upload_time": "2011-07-14T10:20:12", "url": "https://files.pythonhosted.org/packages/db/51/029c225f22013b7b897de23b1dd27ec98b68595aa5516f01943688744514/django_configdir-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "b71d41d410171d85ea104b7f37fefd09", "sha256": "03e8ca0980911ff5749b5b6196d9788539ab41e46e814ec6185c0b35c512abe4" }, "downloads": -1, "filename": "django_configdir-0.1.8.tar.gz", "has_sig": false, "md5_digest": "b71d41d410171d85ea104b7f37fefd09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6245, "upload_time": "2011-07-14T11:04:31", "url": "https://files.pythonhosted.org/packages/29/b4/c4d8e039953097c78b2b0d83dee0f3f458aba0971230e34df05eebc9d5ef/django_configdir-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "3fb58326fd3634d17065ba9103a44d18", "sha256": "53ef2782268dbd11b174fe763816a723579b9d764546a1891517a90dc5f71d61" }, "downloads": -1, "filename": "django_configdir-0.1.9.tar.gz", "has_sig": false, "md5_digest": "3fb58326fd3634d17065ba9103a44d18", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6435, "upload_time": "2011-07-14T12:20:13", "url": "https://files.pythonhosted.org/packages/f9/e5/a72f47b2f91694beb795ab69d05027d9c82b1e83b464be2ccbab5e82d5da/django_configdir-0.1.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c09cc8d1477f2343b1536b456cab0b94", "sha256": "5cc51ba73e9d060869866a73e8e3ce54f551f9ed116d4de60bd5fe4486c619ba" }, "downloads": -1, "filename": "django_configdir-0.1.10.tar.gz", "has_sig": false, "md5_digest": "c09cc8d1477f2343b1536b456cab0b94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6503, "upload_time": "2011-07-14T14:41:49", "url": "https://files.pythonhosted.org/packages/f2/1e/943d8d5833805380f8e49a3214718e06bab894af2e54e6eaea65122edb8b/django_configdir-0.1.10.tar.gz" } ] }