{ "info": { "author": "Issac Kelly", "author_email": "issac@servee.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "* On Freenode #servee\n\nServee is a special purpose django-admin for editing content on the front end of your site.\n\n* Docs at [Read The Docs][rtd]\n\nFirst you should put servee in your environment:\n\n pip install django-servee\n \nWe're also keeping a [dist server of our own][1].\n\n[1]: http://dist.servee.com/dev/\n\nor download and\n\n ./setup.py develop\n\nThen add servee to your installed apps.\n\nAt a minimum, you want to install `servee.frontendadmin`. This is\nthe admin site. You probably also want our wysiwyg tools, and the tinymce\nbackend (only supported wysiwyg editor at the moment) This converts your textareas\nto wysiwyg areas, and that's awesome (sometimes).\n\n INSTALLED_APPS += [\n \"servee.frontendadmin\",\n \"servee.wysiwyg\",\n \"servee.wysiwyg.tinymce\", \n ]\n\nThen syncdb. Servee assumes that you're using either contrib.staticfiles or django-staticfiles (>=1.1)\nMake sure that you collectstatic in production.\n\nIt's important to add servee urls, and you probably want to use autodiscover.\n \n from servee import frontendadmin\n frontendadmin.site.autodiscover()\n # ...\n url(r\"^servee/\", include(frontendadmin.site.urls)),\n\nAt this point, you're really going to want to get into the [docs][rtd].\n\n[rtd]: http://django-servee.readthedocs.org/en/latest/index.html", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/servee/servee/", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-servee", "package_url": "https://pypi.org/project/django-servee/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-servee/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/servee/servee/" }, "release_url": "https://pypi.org/project/django-servee/0.7a1.dev1/", "requires_dist": null, "requires_python": null, "summary": "Inline Wysiwyg editing making use of a subclassed Django Admin", "version": "0.7a1.dev1" }, "last_serial": 790571, "releases": { "0.5.3.beta": [ { "comment_text": "", "digests": { "md5": "b0fc9c7a37ec29333740706afe42f788", "sha256": "5b7e92204b9b4cdfb59f38cdf8d39166a515c5b078a56e2393f95cf2654eaf45" }, "downloads": -1, "filename": "django-servee-0.5.3.beta.tar.gz", "has_sig": false, "md5_digest": "b0fc9c7a37ec29333740706afe42f788", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 671669, "upload_time": "2010-09-07T04:57:33", "url": "https://files.pythonhosted.org/packages/95/f3/9426ab14d451b7026522ead4b0dd4c9b47ad9ecd509c84fd95715bd529dd/django-servee-0.5.3.beta.tar.gz" } ], "0.7a1.dev1": [ { "comment_text": "", "digests": { "md5": "15f5a837d070154fb324b5b77c090906", "sha256": "6f913303a9f6d9b1763fe7954e5f7e758048fcc207d6c8c5919288cf120d8fef" }, "downloads": -1, "filename": "django-servee-0.7a1.dev1.tar.gz", "has_sig": false, "md5_digest": "15f5a837d070154fb324b5b77c090906", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 142006, "upload_time": "2012-09-09T20:41:50", "url": "https://files.pythonhosted.org/packages/4c/a6/0f4d4487523072eeb40d6e380bfda56ca2d4e2336ab838f3a7d9913c929d/django-servee-0.7a1.dev1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "15f5a837d070154fb324b5b77c090906", "sha256": "6f913303a9f6d9b1763fe7954e5f7e758048fcc207d6c8c5919288cf120d8fef" }, "downloads": -1, "filename": "django-servee-0.7a1.dev1.tar.gz", "has_sig": false, "md5_digest": "15f5a837d070154fb324b5b77c090906", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 142006, "upload_time": "2012-09-09T20:41:50", "url": "https://files.pythonhosted.org/packages/4c/a6/0f4d4487523072eeb40d6e380bfda56ca2d4e2336ab838f3a7d9913c929d/django-servee-0.7a1.dev1.tar.gz" } ] }