{ "info": { "author": "Nicolas Patry", "author_email": "nicolas.patry@centraliens.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=====================================\ndjango-userpreferences (django-userpreferences)\n=====================================\n\nThis Django_ app has for purpose to integrate easily for other apps to use.\nIt aims to be easily added into existing projects.\n\nInstallation \n============\n\nDepedencies \n~~~~~~~~~~~\n\ndjango-userpreferences requires django-picklefield.\nWhen upgrading you need south.\n\nInstalling django-userpreferences\n~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nInstall into your python path using pip or easy_install::\n\n pip install django-userpreferences\n easy_install django-userpreferences\n\nAdd *'preferences'* to your INSTALLED_APPS in settings.py::\n\n INSTALLED_APPS = (\n ...\n 'preferences',\n )\n\nAdd *'(r'^preferences/', include('preferences.urls')'* to your urls:: \n\n urlpatterns = patterns( '',\n ....\n (r'^preferences/', include('preferences.urls'),\n )\n\nDon't forget to run ::\n\n ./manage.py syncdb\n\nto create the table that is going to receive the preferences.\n\nAnd if you are using south (you need south if you are upgrading)::\n\n ./manage.py migrate\n \n\nChanging the default separator \n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\ndjango-userpreferences uses a separator between the app name and the\npreference name in forms. By default the separator is '/'. To override this\nin the weird case you might be needing it in some variable name, you need\nto change it in you settings.py file::\n\n PREFERENCES_SEPARATOR = '/'", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/Narsil/django-userpreferences/downloads/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/Narsil/django-userpreferences", "keywords": "django preferences user settings profile", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-userpreferences", "package_url": "https://pypi.org/project/django-userpreferences/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-userpreferences/", "project_urls": { "Download": "http://github.com/Narsil/django-userpreferences/downloads/", "Homepage": "http://github.com/Narsil/django-userpreferences" }, "release_url": "https://pypi.org/project/django-userpreferences/0.1/", "requires_dist": null, "requires_python": null, "summary": "Django application that allows you to easily store\n preferences for your users to choose from. Sending emails but want to let\n the user choose the frequency ? Do it by adding a preferences.py file in\n your email app.", "version": "0.1" }, "last_serial": 790962, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e1ac68e1425d43c88ac7d688428d79a7", "sha256": "207af43f48f9fe75f7aad7d9634fe749de989af4acabe0c269b54e59bf101041" }, "downloads": -1, "filename": "django-userpreferences-0.1.tar.gz", "has_sig": false, "md5_digest": "e1ac68e1425d43c88ac7d688428d79a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31069, "upload_time": "2011-04-21T00:36:17", "url": "https://files.pythonhosted.org/packages/30/10/ea73354de4167d1bc144e699da750dce35da834eb29475d860b9bae6fa44/django-userpreferences-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e1ac68e1425d43c88ac7d688428d79a7", "sha256": "207af43f48f9fe75f7aad7d9634fe749de989af4acabe0c269b54e59bf101041" }, "downloads": -1, "filename": "django-userpreferences-0.1.tar.gz", "has_sig": false, "md5_digest": "e1ac68e1425d43c88ac7d688428d79a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31069, "upload_time": "2011-04-21T00:36:17", "url": "https://files.pythonhosted.org/packages/30/10/ea73354de4167d1bc144e699da750dce35da834eb29475d860b9bae6fa44/django-userpreferences-0.1.tar.gz" } ] }