- Notifications
You must be signed in to change notification settings - Fork3
tsv2013/surveyjs-django
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This demo shows how to integrateSurveyJS components with a Django backend.
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.
git clone https://github.com/tsv2013/surveyjs-django.gitcd surveyjs-django
cd surveyjs-django/clientnpm inpm run build
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.
About
Example how to integrate SurveyJS products into Django based Web-site
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.