# django-filemanager
A simple and standalone file manager and browser for django projects. Supports multiple instances which can be used within the admin area or for the frontend as well.
## Key features
* Standalone file browser and manager
* No external dependencies except django
* Feature rich uploader included (jQuery File Upload)
* Based on django storage backend
## Installation
If you want to install the latest stable release from PyPi:
$ pip install django-filemanager
If you want to install the latest development version from GitHub:
$ pip install -e git://github.com/byteweaver/django-filemanager#egg=django-filemanager
Add `filemanager` to your `INSTALLED_APPS`:
INSTALLED_APPS = (
...
'filemanager',
...
)
Hook this app into your ``urls.py``:
urlpatterns = patterns('',
...
url(r'^your-url/$', include('filemanager.urls', namespace='filemanager')),
...
)
## Setup
Define paths for `MEDIA_ROOT` and `MEDIA_URL` in your django settings file or override the filemanager settings for `FILEMANAGER_MEDIA_ROOT` and `FILEMANAGER_MEDIA_URL`.
Make sure the base folder defined in your settings for filemanager does exist. By default it is located at `MEDIA_ROOT/uploads`.
A simple and standalone file manager and browser for django projects. Supports multiple instances which can be used within the admin area or for the frontend as well.
## Key features
* Standalone file browser and manager
* No external dependencies except django
* Feature rich uploader included (jQuery File Upload)
* Based on django storage backend
## Installation
If you want to install the latest stable release from PyPi:
$ pip install django-filemanager
If you want to install the latest development version from GitHub:
$ pip install -e git://github.com/byteweaver/django-filemanager#egg=django-filemanager
Add `filemanager` to your `INSTALLED_APPS`:
INSTALLED_APPS = (
...
'filemanager',
...
)
Hook this app into your ``urls.py``:
urlpatterns = patterns('',
...
url(r'^your-url/$', include('filemanager.urls', namespace='filemanager')),
...
)
## Setup
Define paths for `MEDIA_ROOT` and `MEDIA_URL` in your django settings file or override the filemanager settings for `FILEMANAGER_MEDIA_ROOT` and `FILEMANAGER_MEDIA_URL`.
Make sure the base folder defined in your settings for filemanager does exist. By default it is located at `MEDIA_ROOT/uploads`.
Release files for django-filemanager 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-filemanager-0.0.5.tar.gz | 58.2 kB | Details |
Release files / django-filemanager-0.0.5.tar.gz
| Download URL | django-filemanager-0.0.5.tar.gz |
|---|---|
| Size | 58.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f49ac55b3dfb697cbeb3d9397255b741a06f467a37ff9dcf6f42111eb3426582
|
|
BLAKE2b-256 checksum How to use checksums |
8d3f0eb12dff97d4e08b57d9f3358bddc7a06f93bfdf1290e6eb65b7cd49258e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |