public
Description: A Django app that provides file storage backends and file fields for Mercurial, Git and Bazaar by using anyvc.
Homepage: http://bitbucket.org/jezdez/django-vcstorage/
Clone URL: git://github.com/jezdez/django-vcstorage.git
name age message
file .hgignore Tue Jun 09 06:02:09 -0700 2009 Added some default files [jezdez]
file .hgtags Tue Jun 09 12:13:28 -0700 2009 Added tag 0.1.1 for changeset 37e34c1188fa [jezdez]
file LICENSE Tue Jun 09 06:17:43 -0700 2009 More updates to boring files [jezdez]
file MANIFEST.in Tue Jun 09 06:17:43 -0700 2009 More updates to boring files [jezdez]
file README Tue Jun 09 06:19:52 -0700 2009 minor fix for README [jezdez]
file bootstrap.py Tue Jun 09 06:02:09 -0700 2009 Added some default files [jezdez]
file buildout.cfg Tue Jun 09 06:02:09 -0700 2009 Added some default files [jezdez]
directory example/ Tue Jun 09 12:13:03 -0700 2009 Some modifications to not suck [jezdez]
file setup.py Tue Jun 09 12:13:24 -0700 2009 Bump to 0.1.1 [jezdez]
directory src/ Tue Jun 09 12:13:03 -0700 2009 Some modifications to not suck [jezdez]
README
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/