Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddanier/django-git-lfs
Proof of concept django app for git-lfs storage server
https://github.com/ddanier/django-git-lfs
Last synced: about 1 month ago
JSON representation
Proof of concept django app for git-lfs storage server
- Host: GitHub
- URL: https://github.com/ddanier/django-git-lfs
- Owner: ddanier
- License: other
- Created: 2015-04-19T17:54:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-04T18:47:02.000Z (over 9 years ago)
- Last Synced: 2023-03-28T23:57:47.177Z (over 1 year ago)
- Language: Python
- Size: 164 KB
- Stars: 11
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. role:: strike
:class: strike
django-git-lfs
==============This is a proof of concept git-lfs storage server implementation, see:
* https://github.com/blog/1986-announcing-git-large-file-storage-lfs
* https://github.com/github/git-lfs
* https://github.com/github/git-lfs/blob/master/docs/api.mdTODO, 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
~~~~* Authentication
* Bind this to any real world usage -> See https://github.com/ddanier/gitolite-git-lfsWhy 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 :)