ddanier / django-git-lfs

Proof of concept django app for git-lfs storage server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-git-lfs

This is a proof of concept git-lfs storage server implementation, see:

TODO, missing features

  • Secure perms handler for adding new access tokens
  • Returning the correct HTTP status codes for responses
  • Tests and documentation
  • Anything besides beeing a proof of concept ;-)

Done

Why a Django based implemtation?

  • Runs on many setups, with many webservers, with many databases, with many …
  • Reusable app, so this may be part of some bigger project
  • May use Django storage backends (Amazon S3, Dropbox, …), see https://www.djangopackages.com/grids/g/storage-backends/
  • I personally like it :)

About

Proof of concept django app for git-lfs storage server

License:Other


Languages

Language:Python 100.0%