{"id":17172896,"url":"https://github.com/20tab/twentytab-tcked","last_synced_at":"2025-03-24T20:22:43.127Z","repository":{"id":14827022,"uuid":"17549768","full_name":"20tab/twentytab-tcked","owner":"20tab","description":"A django application that use cked as texteditor. It update RichTextField with config parameter","archived":false,"fork":false,"pushed_at":"2014-10-02T14:47:45.000Z","size":211,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T00:43:34.291Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/20tab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-08T19:59:27.000Z","updated_at":"2017-04-06T17:19:45.000Z","dependencies_parsed_at":"2022-09-23T23:33:53.213Z","dependency_job_id":null,"html_url":"https://github.com/20tab/twentytab-tcked","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20tab%2Ftwentytab-tcked","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20tab%2Ftwentytab-tcked/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20tab%2Ftwentytab-tcked/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20tab%2Ftwentytab-tcked/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/20tab","download_url":"https://codeload.github.com/20tab/twentytab-tcked/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245344360,"owners_count":20599939,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T23:48:41.513Z","updated_at":"2025-03-24T20:22:43.102Z","avatar_url":"https://github.com/20tab.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"NO LONGER MAINTAINED\n===================\nThis repository is no longer maintained, please switch at: https://github.com/20tab/twentytab-cked/\n\n\ntwentytab-tcked\n===============\n\nA django application that use cked as texteditor. It update RichTextField with config parameter\n\n## Installation\n\nUse the following command: \u003cb\u003e\u003ci\u003epip install twentytab-tcked\u003c/i\u003e\u003c/b\u003e\n\nand\n\n\u003cb\u003e\u003ci\u003epip install -e hg+https://bitbucket.org/ssbb/django-cked#egg=django-cked\u003c/i\u003e\u003c/b\u003e\n\nFor more informations about django-cked follow this link: https://bitbucket.org/ssbb/django-cked/overview\n\n\n## Configuration\n\n- settings.py\n\n```py\nINSTALLED_APPS = {\n    ...,\n    'cked',\n    'tcked',\n    ...\n}\n```\n\n- urls.py\n\n```py\nurlpatterns = patterns('',\n    ... ,\n     url(r'^cked/', include('cked.urls')),\n    ...\n)\n\n```\n\n- Static files\n\nRun collectstatic command or map static directory. If you use uWSGI you can map static files:\n\n```ini\nstatic-map = /static/cked/=%(path_to_site_packages)/cked/static/cked\n```\n\n\n## Usage\n\n```py\nfrom django.db import models\nfrom tcked.fields import RichTextField\n\nEASY_CKE = {\n    'height': 200,\n    'width':400,\n    'forcePasteAsPlainText': True,\n    'toolbar': [['Bold', 'Italic', 'Underline', '-',\n                 'JustifyLeft', 'JustifyCenter', 'JustifyRight',\n                 'JustifyBlock', '-', 'Link', 'Unlink', '-', 'Source']],\n}\nclass Entry(models.Model):\n    text = RichTextField(config=EASY_CKE)\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F20tab%2Ftwentytab-tcked","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F20tab%2Ftwentytab-tcked","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F20tab%2Ftwentytab-tcked/lists"}