jezdez / django-vcstorage (http://bitbucket.org/jezdez/django-vcstorage/)

A Django app that provides file storage backends and file fields for Mercurial, Git and Bazaar by using anyvc.

View at rev
django-vcstorage /
filename size last modified message
example  
src  
.hgignore 116 B 8 months ago Added some default files
.hgtags 92 B 8 months ago Added tag 0.1.1 for changeset 37e34c1188fa
LICENSE 1.5 KB 8 months ago More updates to boring files
MANIFEST.in 16 B 8 months ago More updates to boring files
README 377 B 8 months ago minor fix for README
bootstrap.py 2.5 KB 8 months ago Added some default files
buildout.cfg 481 B 8 months ago Added some default files
setup.py 902 B 8 months ago Bump to 0.1.1

README

1
2
3
4
5
6
7
8
This is a Django application which provides storage classes that use `anyvc`_ 
to commit the uploaded files to one of the following version control systems: 
Bazaar, Mercurial, Git. Besides it's based on Django's usual FileSystemStorage 
backend.

Make sure you've got a current development version of anyvc installed.

.. _anyvc: http://bitbucket.org/RonnyPfannschmidt/anyvc/