Skip to main content

A File Browser for REST API.

Project description

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:

  1. Upload Files and Images with ownership and share two-level mechanism(view and edit)
  2. Keep your files safe unless you're the owner, or shared with you or the file is published publicly (Thanks to django-private-storage).
  3. 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

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_rest_mediabrowser-0.12.0.tar.gz (45.1 kB view details)

Uploaded Source

Built Distribution

django_rest_mediabrowser-0.12.0-py3-none-any.whl (48.3 kB view details)

Uploaded Python 3

File details

Details for the file django_rest_mediabrowser-0.12.0.tar.gz.

File metadata

File hashes

Hashes for django_rest_mediabrowser-0.12.0.tar.gz
Algorithm Hash digest
SHA256 fc5074f26ff6d683db71b5b54fc39e2b1afaf5e49ddfcde6a4e878bc9b99a9cd
MD5 bcf13a21c87802366d7aa0456e4bb9c1
BLAKE2b-256 27cb143a25cc660bda833264ab10bc3f5a8b661c2903e9bd6cacc03179ce0779

See more details on using hashes here.

File details

Details for the file django_rest_mediabrowser-0.12.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_rest_mediabrowser-0.12.0-py3-none-any.whl
Algorithm Hash digest
SHA256 733bb447a2ac89daba6cb52be0f16268fefdb59207ee41f139b408e2cc3b7e1d
MD5 f131eef6e7cfeaa14cc751b85ee4e238
BLAKE2b-256 05626bcb9c5a32b69130ab20b5aaac5faf7e5574748a04da3041141a5b9cf9b7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page