A field that accepts regular YouTube links and saves the embed ones.
Project description
A field that accepts regular YouTube links and saves the embed ones. It just wraps the regular URLField and converts the input to YouTube embedded ones.
Installation
To get the latest stable release from PyPi:
$ pip install django-youtubeembedfield
To get the latest commit from GitHub:
$ pip install -e git+git://github.com/Celc/django-youtubeembedfield.git#egg=youtubeembedfield
Usage
Add the field to your model:
import youtubeembedfield class MyAwesomeModel(models.Model): youtube = youtubeembedfield.YoutubeEmbedField()
Contribute
If you want to contribute to this project, please perform the following steps:
# Fork this repository # Clone your fork $ git co -b feature_branch master # Implement your feature and tests $ git add . && git commit $ git push -u origin feature_branch # Send us a pull request for your feature branch
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-youtubeembedfield-0.1.3.tar.gz
.
File metadata
- Download URL: django-youtubeembedfield-0.1.3.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef9c357330969bc605bd4564bab76b4018b07b2c13f0a2d95cc8537b38f6b801 |
|
MD5 | 0d157889465cee9cc864d3c092384240 |
|
BLAKE2b-256 | bcc753d087118a2086e5afae1223fc1a1b2de2b783e0ace9ed0b0c7ef5b449bd |