.gitignore
.gitmodules
LICENSE
README.md
pyproject.toml
set_dev_version.sh
.github/workflows/test.yml
packages/cra-template/README.md
packages/cra-template/package.json
packages/cra-template/template.json
packages/cra-template/template/gitignore
packages/cra-template/template/public/favicon.ico
packages/cra-template/template/public/icon-1024.png
packages/cra-template/template/public/icon.svg
packages/cra-template/template/public/index.html
packages/cra-template/template/public/manifest.json
packages/cra-template/template/public/robots.txt
packages/cra-template/template/src/index.js
packages/cra-template/template/src/serviceWorker.js
packages/cra-template/template/src/data/config.js
packages/expo-template/.npmignore
packages/expo-template/app.json
packages/expo-template/babel.config.js
packages/expo-template/gitignore
packages/expo-template/package-lock.json
packages/expo-template/package.json
packages/expo-template/assets/adaptive-icon.png
packages/expo-template/assets/favicon.png
packages/expo-template/assets/icon.png
packages/expo-template/assets/splash.png
packages/expo-template/src/config.js
packages/expo-template/src/index.js
packages/rollup-plugin/.eslintrc.cjs
packages/rollup-plugin/.npmignore
packages/rollup-plugin/README.md
packages/rollup-plugin/package-lock.json
packages/rollup-plugin/package.json
packages/rollup-plugin/src/index.js
packages/rollup-plugin/src/__tests__/index.js
packages/rollup-plugin/src/__tests__/fixtures/plugin/Component.js
packages/rollup-plugin/src/__tests__/fixtures/plugin/input.js
packages/rollup-plugin/src/__tests__/fixtures/plugin/output.js
packages/rollup-plugin/src/__tests__/fixtures/project/input.js
packages/rollup-plugin/src/__tests__/fixtures/project/output.js
tests/.gitignore
tests/json-compare.py
tests/location.csv
tests/observation.csv
tests/photo.jpg
tests/test-deploy.sh
tests/expected/config0.json
tests/expected/config1.json
tests/expected/config2.json
tests/expected/config3.json
tests/expected/locations1.json
tests/expected/locations2.geojson
tests/expected/observations1.json
wq.create.egg-info/PKG-INFO
wq.create.egg-info/SOURCES.txt
wq.create.egg-info/dependency_links.txt
wq.create.egg-info/entry_points.txt
wq.create.egg-info/requires.txt
wq.create.egg-info/top_level.txt
wq/create/__init__.py
wq/create/forms.py
wq/create/projects.py
wq/create/version.py
wq/create/django_project/.gitignore
wq/create/django_project/README.md
wq/create/django_project/deploy.bat
wq/create/django_project/deploy.sh
wq/create/django_project/runserver.sh
wq/create/django_project/version.txt
wq/create/django_project/wq.yml
wq/create/django_project/app/README.md
wq/create/django_project/app/css/project_name.css
wq/create/django_project/app/js/project_name.js
wq/create/django_project/app/js/data/.gitignore
wq/create/django_project/app/public/favicon.ico
wq/create/django_project/app/public/icon-1024.png
wq/create/django_project/app/public/icon.svg
wq/create/django_project/app/public/index.html
wq/create/django_project/app/public/manifest.json
wq/create/django_project/conf/project_name.conf
wq/create/django_project/db/manage.py
wq/create/django_project/db/project_name/__init__.py
wq/create/django_project/db/project_name/asgi.py
wq/create/django_project/db/project_name/urls.py
wq/create/django_project/db/project_name/wsgi.py
wq/create/django_project/db/project_name/settings/.gitignore
wq/create/django_project/db/project_name/settings/__init__.py
wq/create/django_project/db/project_name/settings/base.py
wq/create/django_project/db/project_name/settings/dev.py
wq/create/django_project/db/project_name/settings/prod.py
wq/create/django_project/db/project_name_survey/__init__.py
wq/create/django_project/db/project_name_survey/models.py
wq/create/django_project/db/project_name_survey/rest.py
wq/create/django_project/db/project_name_survey/serializers.py
wq/create/django_project/db/project_name_survey/migrations/0001_initial.py
wq/create/django_project/db/project_name_survey/migrations/__init__.py
wq/create/django_project/media/.gitignore