{ "info": { "author": "Pratheek", "author_email": "pratheek.i@gmail.com", "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": "==========\nSimpleauth\n==========\n\nSimpleauth is a simple app created for the class requirement.\nDetailed documentation (if any!) is with in the source files as comments.\n\n(I'd suggested to go through the source, since that would be an easier task than to\nfigure out manually)\n\nQuick start\n-----------\n1. Include the shopcart urlconf in your project urls.py like this::\n\n urlpatterns = [\n ...\n url(r'^simpleauth/', include('simpleauth.urls')),\n ]\n\n\n2. Add \"shopcart\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'simpleauth',\n ]\n\n3. Modify the DATABASES section\n (Recommended DB is MySQL, but you can use sqlite3.)::\n\n DATABASES = {\n 'default': {\n 'ENGINE': 'django.db.backends.mysql',\n 'NAME': '{DATABASE_NAME}',\n 'USER' : '{DATABASE_USER}',\n 'PASSWORD' : '{DATABASE_PASSWORD}',\n }\n }\n\n4. Make the migrations\n (This is used to generate the DB table)::\n\n $ python3 manage.py makemigrations simpleauth\n\n5. Then, migrate to DB::\n\n $ python3 manage.py migrate simpleauth\n\n3. Start the development server and visit http://127.0.0.1:8000/simpleauth/ to view the\n simpleauth app", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/notpratheek", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django_simpleauth", "package_url": "https://pypi.org/project/django_simpleauth/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django_simpleauth/", "project_urls": { "Homepage": "https://github.com/notpratheek" }, "release_url": "https://pypi.org/project/django_simpleauth/0.3/", "requires_dist": null, "requires_python": "", "summary": "A simple app Django app that does basic user auth", "version": "0.3" }, "last_serial": 2630706, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "b200c7b77aa0d7a75221eea1a5922c24", "sha256": "d7f0cd03dd69dda0c0e355a38cb8111951c5b88e25aa6364db2adcf92fa97739" }, "downloads": -1, "filename": "django_simpleauth-0.3.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "b200c7b77aa0d7a75221eea1a5922c24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5915, "upload_time": "2017-02-09T13:38:52", "url": "https://files.pythonhosted.org/packages/37/6b/effa86de96019ff5a972b52b2a17a683b9f03256258b4ffbec49afceb7b6/django_simpleauth-0.3.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "b1a1c9569e96f09d588fbcad797f77f2", "sha256": "452486da8b36e096932ee13e085a5345fb502599c7154c22f692488df0df5bda" }, "downloads": -1, "filename": "django_simpleauth-0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "b1a1c9569e96f09d588fbcad797f77f2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9232, "upload_time": "2017-02-09T13:39:03", "url": "https://files.pythonhosted.org/packages/ce/7c/c5886808d1f273082e59771dcae9bb58940b3c31c927b8b013db4682f40a/django_simpleauth-0.3-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b200c7b77aa0d7a75221eea1a5922c24", "sha256": "d7f0cd03dd69dda0c0e355a38cb8111951c5b88e25aa6364db2adcf92fa97739" }, "downloads": -1, "filename": "django_simpleauth-0.3.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "b200c7b77aa0d7a75221eea1a5922c24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5915, "upload_time": "2017-02-09T13:38:52", "url": "https://files.pythonhosted.org/packages/37/6b/effa86de96019ff5a972b52b2a17a683b9f03256258b4ffbec49afceb7b6/django_simpleauth-0.3.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "b1a1c9569e96f09d588fbcad797f77f2", "sha256": "452486da8b36e096932ee13e085a5345fb502599c7154c22f692488df0df5bda" }, "downloads": -1, "filename": "django_simpleauth-0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "b1a1c9569e96f09d588fbcad797f77f2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9232, "upload_time": "2017-02-09T13:39:03", "url": "https://files.pythonhosted.org/packages/ce/7c/c5886808d1f273082e59771dcae9bb58940b3c31c927b8b013db4682f40a/django_simpleauth-0.3-py3-none-any.whl" } ] }