Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Example how to integrate SurveyJS products into Django based Web-site

NotificationsYou must be signed in to change notification settings

tsv2013/surveyjs-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This demo shows how to integrateSurveyJS components with a Django backend.

Disclaimer

This demo must not be used as a real service as it doesn't cover such real-world survey service aspects as authentication, authorization, user management, access levels, and different security issues. These aspects are covered by backend-specific articles, forums, and documentation.

Clone this repository

git clone https://github.com/tsv2013/surveyjs-django.gitcd surveyjs-django

Build Client-Side App

cd surveyjs-django/clientnpm inpm run build

Run the Application

cd surveyjs-django# python -m venv .venv # create venv in working folder if needed - windows# python3 -m venv .venv # macos/linuxpip install -r requirements.txtpython manage.py migrate  python manage.py runserver

Openhttp://localhost:8000 in your web browser.

See also

https://blog.jetbrains.com/pycharm/2025/02/django-flask-fastapi/#:~:text=Performance%3A%20While%20Flask%20performs%20slightly,more%20tightly%20tied%20to%20WSGI.

About

Example how to integrate SurveyJS products into Django based Web-site

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp