{ "info": { "author": "zhangyue", "author_email": "zhangyue@zhenpuedu.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT 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": "============\nwiki\n============\n\nQuick start\n-----------\n\n1. Add \"message\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'bee_django_wiki.apps.BeeDjangoMessageConfig',\n )\n\n2. Include the crm URLconf in your project urls.py like this::\n\n from django.conf.urls import include, url\n ...\n url(r'^wiki/', include('bee_django_wiki.urls')),\n\n3.settings.py like this::\n\n WIKI_TOPIC_UPLOAD_MAXSIZE = 2 #option\n\n3. Run `python manage.py makemigrations`,`python manage.py migrate` to create the crm models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/\n to create a message (you'll need the Admin app enabled).\n\n5. Visit http://127.0.0.1:8000/wiki/ to participate in the message.\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.example.com/", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "bee-django-wiki", "package_url": "https://pypi.org/project/bee-django-wiki/", "platform": "", "project_url": "https://pypi.org/project/bee-django-wiki/", "project_urls": { "Homepage": "http://www.example.com/" }, "release_url": "https://pypi.org/project/bee-django-wiki/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to conduct Web-based referral.", "version": "0.0.1" }, "last_serial": 5779941, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "1f11b5880774dbd93ef0ff58d088e665", "sha256": "7fcb9020b41a54136985df817c861ace980a7b2f6118704923941f9781310b70" }, "downloads": -1, "filename": "bee-django-wiki-0.0.1.tar.gz", "has_sig": false, "md5_digest": "1f11b5880774dbd93ef0ff58d088e665", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 518107, "upload_time": "2019-09-04T08:16:39", "url": "https://files.pythonhosted.org/packages/04/66/8e3e92b6557e8d0153e5345421aa0d22231fb84fb526d28a941db9067747/bee-django-wiki-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1f11b5880774dbd93ef0ff58d088e665", "sha256": "7fcb9020b41a54136985df817c861ace980a7b2f6118704923941f9781310b70" }, "downloads": -1, "filename": "bee-django-wiki-0.0.1.tar.gz", "has_sig": false, "md5_digest": "1f11b5880774dbd93ef0ff58d088e665", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 518107, "upload_time": "2019-09-04T08:16:39", "url": "https://files.pythonhosted.org/packages/04/66/8e3e92b6557e8d0153e5345421aa0d22231fb84fb526d28a941db9067747/bee-django-wiki-0.0.1.tar.gz" } ] }