{ "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-company\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 'company',\n )\n\n2. Add \" LOGIN_URL='/usercenter/login/' \" to your INSTALLED_APPS setting like this::\n\n3. Include the 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'company/',include('company.urls'))\n\n4. Run `python manage.py migrate` to create the polls models.\n\n5. Visit http://127.0.0.1:8000/company/#/company_list/ 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-company", "package_url": "https://pypi.org/project/djangoapps-company/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/djangoapps-company/", "project_urls": { "Download": "UNKNOWN", "Homepage": "no" }, "release_url": "https://pypi.org/project/djangoapps-company/1.0/", "requires_dist": null, "requires_python": null, "summary": "lunchapp only chinese support", "version": "1.0" }, "last_serial": 1797074, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "b410b80ac942289626ba2ac8464e5800", "sha256": "9b8d32830d931d2f48b4bfcaff9af5c13de4a7ef9c4f18256f6db38c5abd423c" }, "downloads": -1, "filename": "djangoapps-company-1.0.zip", "has_sig": false, "md5_digest": "b410b80ac942289626ba2ac8464e5800", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50235, "upload_time": "2015-11-02T13:36:06", "url": "https://files.pythonhosted.org/packages/d4/6b/015c4dac647d81bef39bb2d42ca4e97c9f1055332d7a3063783b6d01d7b7/djangoapps-company-1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b410b80ac942289626ba2ac8464e5800", "sha256": "9b8d32830d931d2f48b4bfcaff9af5c13de4a7ef9c4f18256f6db38c5abd423c" }, "downloads": -1, "filename": "djangoapps-company-1.0.zip", "has_sig": false, "md5_digest": "b410b80ac942289626ba2ac8464e5800", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50235, "upload_time": "2015-11-02T13:36:06", "url": "https://files.pythonhosted.org/packages/d4/6b/015c4dac647d81bef39bb2d42ca4e97c9f1055332d7a3063783b6d01d7b7/djangoapps-company-1.0.zip" } ] }