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:
- 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django_rest_mediabrowser-0.12.0.tar.gz
.
File metadata
- Download URL: django_rest_mediabrowser-0.12.0.tar.gz
- Upload date:
- Size: 45.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc5074f26ff6d683db71b5b54fc39e2b1afaf5e49ddfcde6a4e878bc9b99a9cd |
|
MD5 | bcf13a21c87802366d7aa0456e4bb9c1 |
|
BLAKE2b-256 | 27cb143a25cc660bda833264ab10bc3f5a8b661c2903e9bd6cacc03179ce0779 |
File details
Details for the file django_rest_mediabrowser-0.12.0-py3-none-any.whl
.
File metadata
- Download URL: django_rest_mediabrowser-0.12.0-py3-none-any.whl
- Upload date:
- Size: 48.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 733bb447a2ac89daba6cb52be0f16268fefdb59207ee41f139b408e2cc3b7e1d |
|
MD5 | f131eef6e7cfeaa14cc751b85ee4e238 |
|
BLAKE2b-256 | 05626bcb9c5a32b69130ab20b5aaac5faf7e5574748a04da3041141a5b9cf9b7 |