{"id":18016897,"url":"https://github.com/fitzgen/django-wysiwyg-forms","last_synced_at":"2025-03-26T18:32:33.341Z","repository":{"id":891487,"uuid":"641985","full_name":"fitzgen/django-wysiwyg-forms","owner":"fitzgen","description":"WYSIWYG form editor/creator django app","archived":false,"fork":false,"pushed_at":"2017-01-04T17:04:37.000Z","size":497,"stargazers_count":25,"open_issues_count":2,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-17T11:59:40.650Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/fitzgen.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":"2010-05-02T00:08:10.000Z","updated_at":"2023-09-05T15:34:34.000Z","dependencies_parsed_at":"2022-07-15T04:46:46.878Z","dependency_job_id":null,"html_url":"https://github.com/fitzgen/django-wysiwyg-forms","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/fitzgen%2Fdjango-wysiwyg-forms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitzgen%2Fdjango-wysiwyg-forms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitzgen%2Fdjango-wysiwyg-forms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitzgen%2Fdjango-wysiwyg-forms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fitzgen","download_url":"https://codeload.github.com/fitzgen/django-wysiwyg-forms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245713150,"owners_count":20660353,"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-30T04:19:38.090Z","updated_at":"2025-03-26T18:32:32.936Z","avatar_url":"https://github.com/fitzgen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django WYSIWYG Forms\n\n## What is this?\n\nDjango WYSIWYG Forms is a Django app that allows normal users to create forms\nusing a What You See Is What You Get style interface (similar to Wufoo or Google\nDocs) and then gives programmers access to those user created forms as\n`django.forms.Form` classes and instances. After that, the world is your oyster!\n\n## Installing\n\nInstall via pip:\n\n    pip install django-wysiwyg-forms\n\nor from source:\n\n    git clone git://github.com/fitzgen/django-wysiwyg-forms.git\n    cd django-wysiwyg-forms/\n    python setup.py install\n\nThen, add `\"wysiwyg_forms\"` to `INSTALLED_APPS` in `settings.py`.\n\nMigrate the database:\n\n    ./manage.py migrate\n\nMake sure that `django.contrib.staticfiles` is installed\nproperly. [See here for instructions](https://docs.djangoproject.com/en/dev/howto/static-files/).\n\nCollect the static files:\n\n    ./manage.py collectstatic\n\nInclude the urls:\n\n    urlpatterns = patterns(\"\",\n        # ...\n        (r\"^wysiwyg_forms/\", include(\"wysiwyg_forms.urls\")),\n        # ...\n    )\n\n## More Documentation\n\n[Here](./doc/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitzgen%2Fdjango-wysiwyg-forms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffitzgen%2Fdjango-wysiwyg-forms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitzgen%2Fdjango-wysiwyg-forms/lists"}