{ "info": { "author": "Fabrizio Lungo", "author_email": "fab@lungo.co.uk", "bugtrack_url": null, "classifiers": [], "description": "Django CMS Auth Apphook\r\n=======================\r\n\r\nApp hook to make integration with the standard Django Auth Library (`django.contrib.auth`) easier. Also includes templates for all auth views.\r\n\r\nInstallation\r\n------------\r\n\r\nTo install, you will need to clone the git, then run the setup.py script:\r\n\r\n git clone https://github.com/flungo/django_cms_auth_apphook.git\r\n cd django_cms_auth_apphook\r\n python setup.py install\r\n \r\nConfiguration\r\n-------------\r\n\r\nAdd `auth_apphook` to your list of `INSTALLED_APPS`. It's position doesn't matter unless you have `django.contrib.admin` installed (which to be honest, you probably do) and you want to use the included templates. `django.contrib.admin` contains several templates for `django.contrib.auth` so in order to use the included templates (see bellow) you should make sure it is listed before `django.contrib.admin`.\r\n\r\n INSTALLED_APPS = (\r\n # ...\r\n 'auth_apphook',\r\n # ...\r\n 'django.contrib.auth',\r\n # ...\r\n )\r\n\r\nTemplates\r\n---------------------\r\n\r\nIncluded with this app are the core templates required by the front end to generate the appropriate pages. I have made them all extend \"base.html\" so they will by default have your theme but should you need to customise these, you can copy the `registration` directory to your templates directory and customise till your heart's content.\r\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/flungo/django_cms_auth_apphook/tarball/1.0.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/flungo/django_cms_auth_apphook", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django_cms_auth_apphook", "package_url": "https://pypi.org/project/django_cms_auth_apphook/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django_cms_auth_apphook/", "project_urls": { "Download": "https://github.com/flungo/django_cms_auth_apphook/tarball/1.0.0", "Homepage": "https://github.com/flungo/django_cms_auth_apphook" }, "release_url": "https://pypi.org/project/django_cms_auth_apphook/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "App hook to make integration with the standard Django Auth Library easier. Also includes templates for all auth views.", "version": "1.0.0" }, "last_serial": 1305380, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "798cab51a573287f5a13cfa698b88fc2", "sha256": "73f7111b1ae91a0abfdab9297c0d9f35141035b06470a742ab0e6c80f567078b" }, "downloads": -1, "filename": "django_cms_auth_apphook-1.0.0.zip", "has_sig": false, "md5_digest": "798cab51a573287f5a13cfa698b88fc2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9229, "upload_time": "2014-11-13T12:55:57", "url": "https://files.pythonhosted.org/packages/51/4b/e0ead15c553499780f8637e7c6cad3113b865bb4f6d81c66aa7b27428316/django_cms_auth_apphook-1.0.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "798cab51a573287f5a13cfa698b88fc2", "sha256": "73f7111b1ae91a0abfdab9297c0d9f35141035b06470a742ab0e6c80f567078b" }, "downloads": -1, "filename": "django_cms_auth_apphook-1.0.0.zip", "has_sig": false, "md5_digest": "798cab51a573287f5a13cfa698b88fc2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9229, "upload_time": "2014-11-13T12:55:57", "url": "https://files.pythonhosted.org/packages/51/4b/e0ead15c553499780f8637e7c6cad3113b865bb4f6d81c66aa7b27428316/django_cms_auth_apphook-1.0.0.zip" } ] }