{ "info": { "author": "XUE QING", "author_email": "xueqingwell@hotmail.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 :: 2", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\ndjangoapps-lunch\n=====\n\na simple web app build with django\n\nQuick start\n-----------\n\n1. Add \"bases......\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'bases',\n 'rest_framework',\n 'rest_framework.authtoken',\n 'rest_auth',\n 'allauth',\n 'allauth.account',\n 'rest_auth.registration',\n 'usercenter',\n 'lunchapp',\n )\n\n2. Add \" LOGIN_URL='/usercenter/login/' \" to your INSTALLED_APPS setting like this::\n\n3. Include the polls URLconf in your project urls.py like this::\n\n url(r'^rest-auth/', include('rest_auth.urls')),\n url(r'^rest-auth/registration/', include('rest_auth.registration.urls')),\n url(r'^usercenter/', include('usercenter.urls')),\n url(r'^account/',include('allauth.urls')),\n url(r'lunch/',include('lunchapp.urls'))\n\n4. Run `python manage.py migrate` to create the polls models.\n\n5. Visit http://127.0.0.1:8000/lunch/ to user the app.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "no", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "djangoapps-lunch", "package_url": "https://pypi.org/project/djangoapps-lunch/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/djangoapps-lunch/", "project_urls": { "Download": "UNKNOWN", "Homepage": "no" }, "release_url": "https://pypi.org/project/djangoapps-lunch/3.0/", "requires_dist": null, "requires_python": null, "summary": "lunchapp only chinese support", "version": "3.0" }, "last_serial": 1794874, "releases": { "3.0": [ { "comment_text": "", "digests": { "md5": "22ffd2376c4c9c85bd05cda8bc360e81", "sha256": "00f5807cad3cebf79b4261a6c359df578a4f6f98a252b3e662561499be3c5aaf" }, "downloads": -1, "filename": "djangoapps-lunch-3.0.zip", "has_sig": false, "md5_digest": "22ffd2376c4c9c85bd05cda8bc360e81", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59945, "upload_time": "2015-10-31T08:56:34", "url": "https://files.pythonhosted.org/packages/a5/16/988d8aecc97179b4b08026d851942a647efd473c20eb483dfa1e079949e0/djangoapps-lunch-3.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "22ffd2376c4c9c85bd05cda8bc360e81", "sha256": "00f5807cad3cebf79b4261a6c359df578a4f6f98a252b3e662561499be3c5aaf" }, "downloads": -1, "filename": "djangoapps-lunch-3.0.zip", "has_sig": false, "md5_digest": "22ffd2376c4c9c85bd05cda8bc360e81", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59945, "upload_time": "2015-10-31T08:56:34", "url": "https://files.pythonhosted.org/packages/a5/16/988d8aecc97179b4b08026d851942a647efd473c20eb483dfa1e079949e0/djangoapps-lunch-3.0.zip" } ] }