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
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
- Add "django-cpss-vimeo" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'cpss_vimeo.apps.CPSSVimeoConfig',
]
- Include the django-cpss-vimeo URLconf in your project urls.py like this::
path('vimeo/', include('django-cpss-vimeo.urls')),
-
Run
python manage.py migrate
to create the django-cpss-vimeo models. -
Start the development server and visit http://127.0.0.1:8000/admin/ to create a poll (you'll need the Admin app enabled).
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
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9043b69038d4a951a76099f9c54e04d9bbabedc19f29a41bfd4a39c0fc98f2a6 |
|
MD5 | 35752ab1a165dd299743f9566bb79693 |
|
BLAKE2b-256 | 42826564cb45bfd878d11f11ff3241e66d1ab7d044a3f106e37de8b57ba364b8 |