jezdez / django-vcstorage
- Source
- Commits
- Network (1)
- Downloads (2)
- Graphs
-
Branch:
master
Jannis Leidel (author)
Tue Jun 09 12:13:28 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.hgignore | ||
| |
.hgtags | ||
| |
LICENSE | ||
| |
MANIFEST.in | ||
| |
README | ||
| |
bootstrap.py | ||
| |
buildout.cfg | ||
| |
example/ | ||
| |
setup.py | ||
| |
src/ |
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/

