Skip to main content

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()

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-webcam-0.1b1.tar.gz (106.6 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