django fields easy store webcam snaphot
Project description
django fields to store webcam snaphot ( ie Facebook Profile )
fully compatible with
Support gif/jpeg/png
Manage multiple fields in the same page
Works in the admin as any other field ( need import webcam.admin to configure FORMFIELD_FOR_DBFIELD_DEFAULTS)
Examples
models.py:
from django.db import models from webcam.fields import CameraField class Person(models.Model): picture = CameraField()
Links
Project home page: https://github.com/saxix/django-webcam
Issue tracker: https://github.com/saxix/django-webcam/issues?sort
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-webcam-0.1b1.tar.gz
(106.6 kB
view hashes)