{ "info": { "author": "jolinkomo", "author_email": "developer@jolinkomo.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\r\nJoli Users\r\n=====\r\n\r\nJoli Users is a django rest framework module for creating and managing users for mobile clients\r\n\r\nDetailed documentation is in the \"docs\" directory.\r\n\r\nQuick start\r\n-----------\r\n\r\n1. Add \"joli_users\" and \"rest_framework.authtoken\" to your INSTALLED_APPS setting like this::\r\n\r\n INSTALLED_APPS = [\r\n ...\r\n 'joli_users',\r\n 'rest_framework.authtoken'\r\n ]\r\n\r\n2. Add these variables in settings::\r\n JOLI_USERS_USER_GROUP_NAME = 'example group' #eg users, mobileUsers\r\n JOLI_USER_PHOTOS_PATH = '/example_proj/example_path/'\r\n JOLI_USERS_EMAIL_SUBJECT = 'example_subject'\r\n JOLI_USERS_EMAIL_BODY_TEXT = 'example test'\r\n JOLI_USERS_EMAIL_FROM = 'example@example.com'\r\n JOLI_USERS_ACCOUNT_ACTIVATION_DAYS = 7\r\n\r\n EMAIL_HOST = 'smtp.example.com'\r\n EMAIL_PORT = 587\r\n EMAIL_USE_TLS = True\r\n\r\n EMAIL_HOST_USER = 'example@example.com'\r\n EMAIL_HOST_PASSWORD = 'example_password'\r\n\r\n2. Include the joli_users URLconf in your project urls.py like this::\r\n\r\n url(r'^joli_users/', include('joli_users.urls')),\r\n\r\n3. Run `python manage.py migrate` to create the polls models.\r\n\r\n4. Start the development server and visit http://127.0.0.1:8000/admin/\r\n to create a group (you'll need the Admin app enabled).\r\n\r\n5. Visit http://127.0.0.1:8000/joli_users/ to participate in the poll.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.joli_users.jolinkomo.com/", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "joli_users", "package_url": "https://pypi.org/project/joli_users/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/joli_users/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://www.joli_users.jolinkomo.com/" }, "release_url": "https://pypi.org/project/joli_users/0.1/", "requires_dist": null, "requires_python": null, "summary": "Joli Users is a django rest framework module for creating and managing users for mobile clients.", "version": "0.1" }, "last_serial": 2807025, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "d451ba7e880fbcb727b8b1cd20d53a15", "sha256": "fce09b3935b67f926d6678f4c886d74f073788d87a480f550933eb10981d777f" }, "downloads": -1, "filename": "joli_users-0.1.tar.gz", "has_sig": false, "md5_digest": "d451ba7e880fbcb727b8b1cd20d53a15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6870, "upload_time": "2017-04-16T15:01:53", "url": "https://files.pythonhosted.org/packages/7f/42/1efe9f6ba8f451e6921a2f0cf5ad38e1b2776f1bcd28f133feb99f5e3eca/joli_users-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d451ba7e880fbcb727b8b1cd20d53a15", "sha256": "fce09b3935b67f926d6678f4c886d74f073788d87a480f550933eb10981d777f" }, "downloads": -1, "filename": "joli_users-0.1.tar.gz", "has_sig": false, "md5_digest": "d451ba7e880fbcb727b8b1cd20d53a15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6870, "upload_time": "2017-04-16T15:01:53", "url": "https://files.pythonhosted.org/packages/7f/42/1efe9f6ba8f451e6921a2f0cf5ad38e1b2776f1bcd28f133feb99f5e3eca/joli_users-0.1.tar.gz" } ] }