UNKNOWN
Project description
django fields and templetags to store easier webcam snaphot in ImageField ( ie Facebook Profile )
Examples
models.py:
class Person(models.Model): picture = CameraField(upload_to='photos', blank=True)
urls.py:
sec('/picture/(?P<pk>\d+)/$'), CameraView.as_view(target='registration.Person.picture'), name='picture-mgm')
your template:
{% load webcam %} {% url "picture-mgm" object.pk as picmgm %} {% url "camera" object.picture as default_image %} {% camera picmgm default_image %}
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.1.4b2.tar.gz
(14.3 kB
view hashes)