{
"info": {
"author": "Yuri Lya",
"author_email": "yuri.lya@fogstream.ru",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Framework :: Django",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python"
],
"description": "Introduction\n============\n\ndjango-fs-trumbowyg is the Django-related reusable app for integrating Trumbowyg WYSIWYG editor http://alex-d.github.io/Trumbowyg/.\n\n\nInstallation\n============\n\n1. Install ``django-fs-trumbowyg`` using ``pip``::\n\n $ pip install django-fs-trumbowyg\n\n2. Add ``'trumbowyg'`` to your ``INSTALLED_APPS`` setting::\n\n INSTALLED_APPS = (\n ...\n 'trumbowyg',\n ...\n )\n\n3. Update your ``urls.py``::\n\n url(r'^trumbowyg/', include('trumbowyg.urls'))\n\n\nUsage\n=====\n\nUse ``TrumbowygWidget`` in your forms::\n\n from django.forms import ModelForm\n from django.contrib.admin import ModelAdmin\n from trumbowyg.widgets import TrumbowygWidget\n from your_app.models import YourModel\n\n class YourModelAdminForm(ModelForm):\n class Meta:\n model = YourModel\n widgets = {\n 'text': TrumbowygWidget(),\n }\n\n class YourModelAdmin(admin.ModelAdmin):\n form = YourModelAdminForm\n\n\n admin.site.register(YourModel, YourModelAdmin)\n\n\nCredits\n=======\n\n- `Fogstream `_\n- `Alex-D `_",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://bitbucket.org/fogstream/django-fs-trumbowyg",
"keywords": null,
"license": "The MIT License (MIT)",
"maintainer": null,
"maintainer_email": null,
"name": "django-fs-trumbowyg",
"package_url": "https://pypi.org/project/django-fs-trumbowyg/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/django-fs-trumbowyg/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://bitbucket.org/fogstream/django-fs-trumbowyg"
},
"release_url": "https://pypi.org/project/django-fs-trumbowyg/0.1.4/",
"requires_dist": null,
"requires_python": null,
"summary": "Trumbowyg (WYSIWYG editor) integration app for Django admin.",
"version": "0.1.4"
},
"last_serial": 1174919,
"releases": {
"0.1.1": [
{
"comment_text": "",
"digests": {
"md5": "5b9fed90eafebf7d81a861bbd703be61",
"sha256": "3e572317b847851785998748f92f1354d3168305aeac3df462ddd1e0cdebd132"
},
"downloads": -1,
"filename": "django-fs-trumbowyg-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "5b9fed90eafebf7d81a861bbd703be61",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 62335,
"upload_time": "2014-07-14T23:46:44",
"url": "https://files.pythonhosted.org/packages/b3/0e/494265999c5136fe6765cdcf6e268c7445d128f5f5acf28f64b397fae56a/django-fs-trumbowyg-0.1.1.tar.gz"
}
],
"0.1.2": [
{
"comment_text": "",
"digests": {
"md5": "78cba4ce7fa64d1c75e8a97db5087986",
"sha256": "7d89571ca33bc7c75cac242831b6e8269457670289209c21529d29e63e6d734d"
},
"downloads": -1,
"filename": "django-fs-trumbowyg-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "78cba4ce7fa64d1c75e8a97db5087986",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 62343,
"upload_time": "2014-07-14T23:50:07",
"url": "https://files.pythonhosted.org/packages/06/c3/07523ed31da46c22a4b02755de249396b702edca4990a74929b1cb3a1c82/django-fs-trumbowyg-0.1.2.tar.gz"
}
],
"0.1.3": [
{
"comment_text": "",
"digests": {
"md5": "899615d7a7a979a908212a9ee39915a8",
"sha256": "49e0c9c313882ac58da382160c174fdebe963bc381b5ec377dbd1d79be4b0db8"
},
"downloads": -1,
"filename": "django-fs-trumbowyg-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "899615d7a7a979a908212a9ee39915a8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 62345,
"upload_time": "2014-07-14T23:55:04",
"url": "https://files.pythonhosted.org/packages/28/26/1ce71324d657dde677bc1b0233245736f5de8fa30b48b37e297aabfdf68b/django-fs-trumbowyg-0.1.3.tar.gz"
}
],
"0.1.4": [
{
"comment_text": "",
"digests": {
"md5": "961a3f29901e884074d6a32b011125e6",
"sha256": "4e39edc169d053f23d237f3cbfa691899878be8ce44dd7195e2f91470c79b886"
},
"downloads": -1,
"filename": "django-fs-trumbowyg-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "961a3f29901e884074d6a32b011125e6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 63601,
"upload_time": "2014-07-31T00:50:00",
"url": "https://files.pythonhosted.org/packages/68/28/b9c86ba1c06ce28baf89bf3098cae907429fdef038b04dc691543d639559/django-fs-trumbowyg-0.1.4.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "961a3f29901e884074d6a32b011125e6",
"sha256": "4e39edc169d053f23d237f3cbfa691899878be8ce44dd7195e2f91470c79b886"
},
"downloads": -1,
"filename": "django-fs-trumbowyg-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "961a3f29901e884074d6a32b011125e6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 63601,
"upload_time": "2014-07-31T00:50:00",
"url": "https://files.pythonhosted.org/packages/68/28/b9c86ba1c06ce28baf89bf3098cae907429fdef038b04dc691543d639559/django-fs-trumbowyg-0.1.4.tar.gz"
}
]
}