Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/misaelnieto/basic-dfb-integration
Example of django-filebrowser integration
https://github.com/misaelnieto/basic-dfb-integration
Last synced: about 1 month ago
JSON representation
Example of django-filebrowser integration
- Host: GitHub
- URL: https://github.com/misaelnieto/basic-dfb-integration
- Owner: misaelnieto
- Created: 2013-05-04T19:59:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-04T19:59:33.000Z (over 11 years ago)
- Last Synced: 2023-03-10T21:02:23.098Z (almost 2 years ago)
- Language: Python
- Size: 105 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Example django-filebrowser app
------------------------------Simple app to show how to integrate django-filebrowser with django.
Installation
------------Clone this repo, create virtualenv and create the media and static
directories, bootstrap django DB and collect static directories... code-block:: bash
git clone
virtualenv ve
source ve/bin/activate
cd this_repo
pip install -r requirements.txt
mkdir -p media/uploads
mkdir static
python manage.py syncdb
python manage.py collectstaticRun Django and open http://localhost:8000/filebrowser/