{ "info": { "author": "Vadym Zabiiaka", "author_email": "v.zabiiaka@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Django Stored Settings\n======================\n\nIt often happens that we need to be able dynamically to create/edit some\nsettings and site variables, for example site title, logo and counter\ncode.\n\n``stored-settings`` module is tailored specifically for these purposes\nallowing dynamically to create and further on to edit via django-admin\nrecords of the following types:\n\n- Char\n- Text\n- HTML text\n- Boolean\n- Image\n\nRequirements\n------------\n\nDjango stored-settings requires Django 1.3 or later and Pillow. Also has\nTinyMCE integration.\n\nGetting It\n----------\n\nYou can get Django stored-settings by using pip or easy\\_install:\n\n``$ pip install django-stored-settings`` or\n``$ easy_install django-stored-settings``\n\nIf you want to install it from source, grab the git repository from\nGitHub and run setup.py:\n\n::\n\n $ git clone git://github.com/zvadim/django-stored-settings.git\n $ cd stored_settings\n $ python setup.py install\n\nInstalling It\n-------------\n\nTo enable ``stored-settings`` in your project you need to add it to\n``INSTALLED_APPS`` in your projects ``settings.py`` file:\n\n.. code:: python\n\n INSTALLED_APPS = (\n ...\n 'stored_settings',\n )\n\nAnd also add new content processor\n\n.. code:: python\n\n TEMPLATES = [{\n ...\n OPTIONS': {\n 'stored_settings.context_processors.stored_settings',\n ...\n },\n }]\n\nLast step is db migration\n\n::\n\n $ python manage.py migrate \n\nUsing It\n--------\n\nin template ``{{ stored_settings.my_key }}``\n\nTinyMCE\n-------\n\nFor HTML fields TinyMCE can be applied. To enable ``TinyMCE`` support in\n``stored-settings`` you need to add to ``settings.py`` the following:\n\n.. code:: python\n\n\n STORED_SETTINGS_TINYMCE_ENABLE = True", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/zvadim/django-stored-settings/tarball/0.2.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/zvadim/django-stored-settings", "keywords": "django,settings,dynamic,stored", "license": "MIT license", "maintainer": null, "maintainer_email": null, "name": "django-stored-settings", "package_url": "https://pypi.org/project/django-stored-settings/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-stored-settings/", "project_urls": { "Download": "https://github.com/zvadim/django-stored-settings/tarball/0.2.1", "Homepage": "https://github.com/zvadim/django-stored-settings" }, "release_url": "https://pypi.org/project/django-stored-settings/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "Module allowing dynamically to create and further on to edit via django-admin settings", "version": "0.2.1" }, "last_serial": 1659797, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "2af679697f8ea47641d54a02ee18a523", "sha256": "4779543c1a6915a5363d5b082bc9b7a4273fea13f79f6130642e872f792cb61f" }, "downloads": -1, "filename": "django-stored-settings-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2af679697f8ea47641d54a02ee18a523", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4930, "upload_time": "2015-03-09T11:27:22", "url": "https://files.pythonhosted.org/packages/51/27/8416302a79d64376e663c38345573c6f576720d44b8d0eadd71d41d2c940/django-stored-settings-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "0a0dafa3ace3d3313aadbe9cfe77aaad", "sha256": "114e333b261ab26107754cddd997d79d7696bd4e05095661b2efdd9ddd16ae25" }, "downloads": -1, "filename": "django-stored-settings-0.2.0.tar.gz", "has_sig": false, "md5_digest": "0a0dafa3ace3d3313aadbe9cfe77aaad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5183, "upload_time": "2015-03-10T17:42:47", "url": "https://files.pythonhosted.org/packages/14/79/66fdefe650f3c5f0ca43e3c0982afdae732a7c00cb8e174705391438ef4b/django-stored-settings-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "321fc07107bd8f1c233c9e8a09c85516", "sha256": "523dc3bb055f0d1044ad7e90df45ba0c03c45153dfcde50072d6835599c46b3d" }, "downloads": -1, "filename": "django-stored-settings-0.2.1.tar.gz", "has_sig": false, "md5_digest": "321fc07107bd8f1c233c9e8a09c85516", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5189, "upload_time": "2015-08-01T09:40:18", "url": "https://files.pythonhosted.org/packages/fa/39/2b7d50f3e44d0727255e57ef9cdc8980c0e436d72bbb94fc2631a84db459/django-stored-settings-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "321fc07107bd8f1c233c9e8a09c85516", "sha256": "523dc3bb055f0d1044ad7e90df45ba0c03c45153dfcde50072d6835599c46b3d" }, "downloads": -1, "filename": "django-stored-settings-0.2.1.tar.gz", "has_sig": false, "md5_digest": "321fc07107bd8f1c233c9e8a09c85516", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5189, "upload_time": "2015-08-01T09:40:18", "url": "https://files.pythonhosted.org/packages/fa/39/2b7d50f3e44d0727255e57ef9cdc8980c0e436d72bbb94fc2631a84db459/django-stored-settings-0.2.1.tar.gz" } ] }