Pierre-Sassoulas / django-survey

A django survey app that can export results as CSV or PDF using your native language.
GNU Affero General Public License v3.0
218 stars 144 forks source link

Upload file answer #114

Closed a-wip0 closed 3 years ago

a-wip0 commented 3 years ago

How to do this? if i want to make it

Pierre-Sassoulas commented 3 years ago

I you want to save answers or upload answers you can use dumpdata and loaddata, it's documented in django here: https://docs.djangoproject.com/en/3.1/ref/django-admin/#dumpdata

If you want to do that as a user an API need to be created.