Skip to main content

Django Data Collection tool using ODK Collect mobile App

Project description

django-odk

Django data collection tool using ODK-collect mobile app.

Prerequisite

Installation

Run

$ pip install django-odk
$ python manage.py migrate
$ python manage.py createsuperuser

Add django_odk to your INSTALLED_APPS setting:

INSTALLED_APPS = (
    ...
    'django_odk',
)

Run

$ manage.py migrate django_odk

Add odk.urls to the main urls.py file:

urlpatterns = [
    ...
    path('odkcollect/', include('odk.urls'), name='odk'),
]

Upload Xforms

Connect to django-odk => Available form => Add and follow instructions to upload xml forms

Once it is done, you are ready to go with form encoding on your smartphone!

Follow ODK instructions to configure the connexion to the server

Get, fill-in and submit data using ODK Collect

Get submitted data on server

Go to Submitted form menu of your server to see submitted data

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-odk-0.1.3.tar.gz (10.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page