{ "info": { "author": "Yuri Lya", "author_email": "yuri.lya@fogstream.ru", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "Introduction\n============\n\ndjango-fs-livesettings is the Django-related reusable app provides the ability to store settings in a database and configure settings via an admin interface.\n\n\nInstallation\n============\n\nInstall ``django-fs-livesettings`` using ``pip``::\n\n $ pip install django-fs-livesettings\n\nAdd the ``'livesettings'`` application to the ``INSTALLED_APPS`` setting of your Django project ``settings.py`` file::\n\n INSTALLED_APPS = (\n ...\n 'livesettings',\n ...\n )\n\nAdd ``LIVESETTINGS_CONF`` to a ``settings.py`` file::\n\n LIVESETTINGS_CONF = (\n ('MY_SETTING_1', 'email', u'Description of this setting.'),\n ('MY_SETTING_2', 'char', u'Description of this setting.'),\n )\n\nwhere, first parameter is a setting's name, second \u2014 it's type and third \u2014 description.\n\nList of types::\n\n boolean\n char\n date\n datetime\n decimal\n email\n file\n image\n integer\n time\n url\n\n\nUsage\n=====\n\nJust import livesttings and call that setting you want::\n\n from livesettings.conf import livesettings\n print livesettings.MY_SETTING_1\n\n\nCredits\n=======\n\n`Fogstream `_", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/fogstream/django-fs-livesettings", "keywords": null, "license": "The MIT License (MIT)", "maintainer": null, "maintainer_email": null, "name": "django-fs-livesettings", "package_url": "https://pypi.org/project/django-fs-livesettings/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-fs-livesettings/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/fogstream/django-fs-livesettings" }, "release_url": "https://pypi.org/project/django-fs-livesettings/0.1/", "requires_dist": null, "requires_python": null, "summary": "The Django-related reusable app provides the ability to store settings in a database and configure settings via an admin interface.", "version": "0.1" }, "last_serial": 1087694, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "4566eecf18b5be5f6bb30101c6413e88", "sha256": "835342746329569a240ed1c66bf3105a36b0996bc7171567ea941fb7fb15cca0" }, "downloads": -1, "filename": "django-fs-livesettings-0.1.tar.gz", "has_sig": false, "md5_digest": "4566eecf18b5be5f6bb30101c6413e88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6118, "upload_time": "2014-05-10T07:10:45", "url": "https://files.pythonhosted.org/packages/46/13/b70c9b4b7926140edb72f344fa4a4c2727f8bdf8368276af259af0fafa79/django-fs-livesettings-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4566eecf18b5be5f6bb30101c6413e88", "sha256": "835342746329569a240ed1c66bf3105a36b0996bc7171567ea941fb7fb15cca0" }, "downloads": -1, "filename": "django-fs-livesettings-0.1.tar.gz", "has_sig": false, "md5_digest": "4566eecf18b5be5f6bb30101c6413e88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6118, "upload_time": "2014-05-10T07:10:45", "url": "https://files.pythonhosted.org/packages/46/13/b70c9b4b7926140edb72f344fa4a4c2727f8bdf8368276af259af0fafa79/django-fs-livesettings-0.1.tar.gz" } ] }