{ "info": { "author": "Smith Krengkrud", "author_email": "smith.kre@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Django Lazy Settings\r\n========================\r\n\r\nAn easy way to use settings variable in django template.\r\n\r\n\r\nHow to install\r\n--------------\r\n\r\nYou can also install it with: ``pip install django-lazy-settings``\r\n\r\n\r\nConfiguration\r\n-------------\r\n\r\nAdd the sr app to your installed apps and define your settings :code:`SR` variable as a dictionary.\r\n\r\nExample:\r\n\r\n```python\r\n\r\n # settings.py\r\n INSTALLED_APPS = [\r\n ...\r\n\r\n 'lazy_setting'\r\n ]\r\n```\r\n\r\nUsage examples\r\n--------------\r\n\r\nUse it from your template code with ``lz`` template tag:\r\n\r\n```django\r\n {% load lazy_setting %}\r\n {% lz 'SETTING_KEY' %}\r\n {% lz 'SECRET_KEY' %}\r\n```\r\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/smithkre/django-lazy-settings/archive/1.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/smithkre/django-lazy-settings", "keywords": "django,settings", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-lazy-settings", "package_url": "https://pypi.org/project/django-lazy-settings/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-lazy-settings/", "project_urls": { "Download": "https://github.com/smithkre/django-lazy-settings/archive/1.0.tar.gz", "Homepage": "https://github.com/smithkre/django-lazy-settings" }, "release_url": "https://pypi.org/project/django-lazy-settings/1.0/", "requires_dist": null, "requires_python": null, "summary": "An easy way to use settings variable in django template.", "version": "1.0" }, "last_serial": 2908206, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "1a644297640e6bc6e0ec8b01256b1b15", "sha256": "7d977e47bda93e4d7b59e7fccd47747b5c16b6ea531947240339a45966df056f" }, "downloads": -1, "filename": "django-lazy-settings-1.0.zip", "has_sig": false, "md5_digest": "1a644297640e6bc6e0ec8b01256b1b15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3244, "upload_time": "2017-05-30T04:26:01", "url": "https://files.pythonhosted.org/packages/a2/0d/089b57251e283d82553b8282d3447d6ad1364dce7d799fcbd3bca01f7394/django-lazy-settings-1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1a644297640e6bc6e0ec8b01256b1b15", "sha256": "7d977e47bda93e4d7b59e7fccd47747b5c16b6ea531947240339a45966df056f" }, "downloads": -1, "filename": "django-lazy-settings-1.0.zip", "has_sig": false, "md5_digest": "1a644297640e6bc6e0ec8b01256b1b15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3244, "upload_time": "2017-05-30T04:26:01", "url": "https://files.pythonhosted.org/packages/a2/0d/089b57251e283d82553b8282d3447d6ad1364dce7d799fcbd3bca01f7394/django-lazy-settings-1.0.zip" } ] }