django-rest-mediabrowser 0.12.0

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangorestmediabrowser 0.12.0

Warning!!! Work in Progress! Not ready for production use at all yet.
Django REST MediaBrowser
Client Loves CMS and Seperate JS Frontend. Thus born Django REST MediaBrowser. It will allow user to:

Upload Files and Images with ownership and share two-level mechanism(view and edit)
Keep your files safe unless you're the owner, or shared with you or the file is published publicly (Thanks to django-private-storage).
A beautiful REST-API (of course based on django-rest-framewok) to use the whole system and build a media manager frontend on top of it.

Installation
Using pip:
pip install django-rest-mediabrowser

Add this app and its dependencies in INSTALLED_APPS:
INSTALLED_APPS = [
# ...
'rest_framework',
'taggit',
'taggit_serializer',
'private_storage',
'django_filters',
'rest_mediabrowser',
#...
]

Add rest_mediabrowser urls in project's urls.py:
urlpatterns = [
#...
path('mediabrowser/', include('rest_mediabrowser.urls')),
]

Migrate.
TODO

Write tests.
Write a more comprehensive TODO.
Code vigorously for first stable release.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.