{ "info": { "author": "Pierre Geier", "author_email": "pierre@isartistic.biz", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Intended Audience :: Developers", "License :: OSI Approved :: MIT 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": "# django-deviantart\nOauth2 Django App for Deviantart\n\n## Installation\n\n pip install django-deviantart\n\nadd deviantart to your settings.\n\n INSTALLED_APPS = [\n ...\n 'deviantart'\n ]\n \nGo to [the deviantart developer program](http://www.deviantart.com/developers/register) and register\nan application. Don't worry unless you submit it to the gallery no one will see it.\n\nRun migrations\n \n ./manage.py migrate\n\nGo back to your settings and add your `client_id`, `client_secret` and some scopes.\n\n DEVIANTART_CLIENT_ID = '1234' # this should be just a number\n DEVIANTART_CLIENT_SECRET = 'sha1 hash' # Press show on the deviantart site\n DEVIANTART_SCOPE = ['browse', 'user'] # You can find more informations about the scopes on the deviantart site\n\nAdd the oauth2 urls to your **urls.py**\n\n from deviantart import urls as deviantart_urls\n \n urlpatterns += [\n url(r'^deviantart/', include(deviantart_urls)),\n ]\n \nNow open your browser at `deviantart/auth` [Click here if you run the default testserver](http://127.0.0.1:8000/deviantart/auth)\nIf you've done everything right your should be redirected to the deviantart site where you need to press **authorize**\n\n## Attention\n\nIf you change your scope you need to reauth your app be open the auth link from above again\n\n## Future plans for django-deviantart\n\n* make it easier to use\n* Useable django authbackend for this\n* reuseable templates\n* more examples", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pierre.isartistic.biz/", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-deviantart", "package_url": "https://pypi.org/project/django-deviantart/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-deviantart/", "project_urls": { "Homepage": "https://pierre.isartistic.biz/" }, "release_url": "https://pypi.org/project/django-deviantart/0.2/", "requires_dist": null, "requires_python": "", "summary": "Deviantart API (OAuth2) for your django project", "version": "0.2" }, "last_serial": 2527057, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b017aa7436d5f4a98893a613799bb4e1", "sha256": "9991f80f5327121061aa1480267afb92beddfdf535c179c8e7a4435d60232f83" }, "downloads": -1, "filename": "django-deviantart-0.1.tar.gz", "has_sig": false, "md5_digest": "b017aa7436d5f4a98893a613799bb4e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4490, "upload_time": "2016-12-13T23:15:03", "url": "https://files.pythonhosted.org/packages/e6/92/bf6a1af46ba3b6032e5e9162d3fb3dbb546eee6ae885ec300595e407abfc/django-deviantart-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "7e1345501017acae8bd9499eea157c71", "sha256": "02a1ca815e3c46c48f55c011f745243973a83f53ceda0582e0f348baac6e041b" }, "downloads": -1, "filename": "django-deviantart-0.2.tar.gz", "has_sig": false, "md5_digest": "7e1345501017acae8bd9499eea157c71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8426, "upload_time": "2016-12-18T22:23:34", "url": "https://files.pythonhosted.org/packages/b9/51/ed214cf440778612a67682b55cef3d49c45ccbad30d28a48e9847f6fd88b/django-deviantart-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7e1345501017acae8bd9499eea157c71", "sha256": "02a1ca815e3c46c48f55c011f745243973a83f53ceda0582e0f348baac6e041b" }, "downloads": -1, "filename": "django-deviantart-0.2.tar.gz", "has_sig": false, "md5_digest": "7e1345501017acae8bd9499eea157c71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8426, "upload_time": "2016-12-18T22:23:34", "url": "https://files.pythonhosted.org/packages/b9/51/ed214cf440778612a67682b55cef3d49c45ccbad30d28a48e9847f6fd88b/django-deviantart-0.2.tar.gz" } ] }