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 = [
        ...
        'vimeo-django.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.0.0.tar.gz (9.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