Skip to main content

Input rows from google sheets into input-flow

Project description

https://badge.fury.io/py/dj-input-googlesheets.svg https://travis-ci.org/kverdecia/dj-input-googlesheets.svg?branch=master https://codecov.io/gh/kverdecia/dj-input-googlesheets/branch/master/graph/badge.svg

Input rows from google sheets into input-flow

Documentation

The full documentation is at https://dj-input-googlesheets.readthedocs.io.

Quickstart

Install dj-input-googlesheets:

pip install dj-input-googlesheets

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'inputgooglesheets.apps.InputGoogleSheetsConfig',
    ...
)

Add dj-input-googlesheets’s URL patterns:

from inputgooglesheets import urls as inputgooglesheets_urls


urlpatterns = [
    ...
    url(r'^', include(inputgooglesheets_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2019-10-22)

  • First release on PyPI.

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

dj-input-googlesheets-0.1.18.tar.gz (11.5 kB view details)

Uploaded Source

File details

Details for the file dj-input-googlesheets-0.1.18.tar.gz.

File metadata

  • Download URL: dj-input-googlesheets-0.1.18.tar.gz
  • Upload date:
  • Size: 11.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.6.8

File hashes

Hashes for dj-input-googlesheets-0.1.18.tar.gz
Algorithm Hash digest
SHA256 ac84317997307488283ec227b6eeb7ee277846c13496c0b4148376cc38f421bb
MD5 eb8fbab11dc187b71dbb926d26b7d5c9
BLAKE2b-256 6e5d6e38a94f3c630b45456c579ccc344233b1ecffeed2464981c44a6634044b

See more details on using hashes here.

Supported by

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