Skip to main content

This is the Django component of the PyVimeo project, it implements the needed functionality to integrate PyVimeo in a Django based project.

Project description

🛠 Status: In Development

django-cpss-vimeo currently in development.

Python Vimeo API - Django CPSS by XGDFalcon®

Build Status PyPI version

Description

This is the Django component of the PyVimeo project, it implements the needed functionality to integrate PyVimeo in a Django based project.

Django version

This project will focus on the currently supported Django releases as stated on the Django Project Supported Versions table.

Backward compatibility with unsupported versions won't be enforced.

Documentation

Project documentation is available at TBP.

Setup

  1. Add "django-cpss-vimeo" to your INSTALLED_APPS setting like this::
    INSTALLED_APPS = [
        ...
        'cpss_vimeo.apps.CPSSVimeoConfig',
    ]
  1. Include the django-cpss-vimeo URLconf in your project urls.py like this::
    path('vimeo/', include('django-cpss-vimeo.urls')),
  1. Run python manage.py migrate to create the django-cpss-vimeo models.

  2. Start the development server and visit http://127.0.0.1:8000/admin/ to create a poll (you'll need the Admin app enabled).

  3. Visit http://127.0.0.1:8000/vimeo/

Contributing

See the CONTRIBUTING.md document for details.

Versioning

This project follows Semantic Versioning 2.0.0.

License

This project follows the Apache license. See the LICENSE for details.

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-cpss-vimeo-2.1.1.tar.gz (14.8 kB view details)

Uploaded Source

File details

Details for the file django-cpss-vimeo-2.1.1.tar.gz.

File metadata

  • Download URL: django-cpss-vimeo-2.1.1.tar.gz
  • Upload date:
  • Size: 14.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.1

File hashes

Hashes for django-cpss-vimeo-2.1.1.tar.gz
Algorithm Hash digest
SHA256 9043b69038d4a951a76099f9c54e04d9bbabedc19f29a41bfd4a39c0fc98f2a6
MD5 35752ab1a165dd299743f9566bb79693
BLAKE2b-256 42826564cb45bfd878d11f11ff3241e66d1ab7d044a3f106e37de8b57ba364b8

See more details on using hashes here.

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