Question T2072
Visible to All Users

Implementing surveyjs with django

created 6 years ago

I would like to implement surveyjs with my djangoApp, where would an user be able to send questions, questions types and answers through my admin board. How could I send this info from my admin board to surveyjs and then again show it on my site. I couldnt find any work thats been done with python+django, so It would be very helpful to me if you could give me info on where to start and what to focus on.

Show previous comments (5)

    Andrew,
    I am a software professional, and I do not work for free. If your organization would like to increase adoption of your product line by the Python community, a Django example would likely be the most effective way to make that happen. Should your organization decide to allocate a budget to that end, please let me know.
    Thank you,

    Mike

    On 5/14/2021 2:35 AM, Andrew Telnov [surveyjs Support] wrote:

      Mike,
      I believe django is a good framework, however you are the first one who is asking us about django implementation. It is possible that our users, including paid customers, use django, but they do not ask questions about integration with django.
      I am sorry, but creating example for django is not on our radar right now, we have a lot of other urgent tasks.

      Thank you,
      Andrew
      SurveyJS Team

        Hello,

        Here is the SurveyJS+Django seed project - https://github.com/tsv2013/surveyjs-django

        Thanks, Serge
        SurveyJS Team

        Answers approved by surveyjs Support

        created 4 years ago

        Hello,

        SurevyJS is a JavaScript library working on the client side in web browser. Django is a server side framework that provides web pages and HTTP API. You web server should add SurveyJS scripts on web pages and process requests from the client. We have the following SurveyJS integration samples -
        https://github.com/surveyjs/surveyjs-aspnet-mvc
        https://github.com/surveyjs/surveyjs-nodejs
        https://github.com/surveyjs/surveyjs-php
        They have absolutely the same client side code and different server imlementations depending on the used programming language and server-side framework.
        I believe if you are familiar with Django and web development it will be quite easy to port one of these samples to Python.

        Thanks, Serge
        SurveyJS Team