{"id":14972895,"url":"https://github.com/tuvalabs/django-inapp-survey","last_synced_at":"2025-10-26T20:32:19.802Z","repository":{"id":19349593,"uuid":"83711489","full_name":"TuvaLabs/django-inapp-survey","owner":"TuvaLabs","description":"In App Survey/Announcement for Django Application ","archived":false,"fork":false,"pushed_at":"2024-05-15T07:38:56.000Z","size":1573,"stargazers_count":3,"open_issues_count":8,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-01T00:26:06.208Z","etag":null,"topics":["angular","announcement-banner","campaign","data-collection","django","django-application","django-inapp-survey","django-rest-framework","question-and-answer","survey","survey-app"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TuvaLabs.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":"2017-03-02T18:30:42.000Z","updated_at":"2024-05-15T07:37:27.000Z","dependencies_parsed_at":"2023-02-18T11:17:35.959Z","dependency_job_id":null,"html_url":"https://github.com/TuvaLabs/django-inapp-survey","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TuvaLabs%2Fdjango-inapp-survey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TuvaLabs%2Fdjango-inapp-survey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TuvaLabs%2Fdjango-inapp-survey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TuvaLabs%2Fdjango-inapp-survey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TuvaLabs","download_url":"https://codeload.github.com/TuvaLabs/django-inapp-survey/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238397227,"owners_count":19465136,"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":["angular","announcement-banner","campaign","data-collection","django","django-application","django-inapp-survey","django-rest-framework","question-and-answer","survey","survey-app"],"created_at":"2024-09-24T13:47:42.597Z","updated_at":"2025-10-26T20:32:19.434Z","avatar_url":"https://github.com/TuvaLabs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## django-inapp-survey\nIn App Survey/Announcement for Django Application\n\nInapp-Survey is a simple Django app to conduct Web-based In-App survey. For each question, user answers are saved. You can set the constraints by which the announcement/survey questionnarie is shown on specific page or specific users.\n\nQuick start\n-----------\n\n1. Installation\n\n    ```shell\n    $ pip install django-inapp-survey\n    ```\n\n2. Add `inapp_survey` to your `INSTALLED_APPS` settings like this::\n\n    ```py\n    INSTALLED_APPS = [\n        ...\n        'inapp_survey',\n    ]\n    ```\n\n3. Include the `inapp_survey` URLconf in your project `urls.py` like this::\n\n    ```py\n    url(r'^inapp_survey/', include('inapp_survey.urls')),\n    ```\n\n4. Run `python manage.py migrate inapp_survey` to create the campaign models.\n\n5. Start the development server and visit http://127.0.0.1:8000/admin/\n   to create a survey (you'll need the Admin app enabled).\n\n\nUsage\n-----------\n\nThere are two types of `campaign` you can run -\n\n1. `Announcement` - Plain informative announcment\n2. `Survey` - It allows survey questionnaire, and expects each step as question\n\n\nTODO: Markdown usage\n\nTODO: Example screenshots\n\nTODO: Hows `custom_params` works\n\nTODO: Explain model fields for Campaign\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuvalabs%2Fdjango-inapp-survey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftuvalabs%2Fdjango-inapp-survey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuvalabs%2Fdjango-inapp-survey/lists"}