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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-04T19:59:33.000Z (about 12 years ago)
- Last Synced: 2025-02-26T18:31:13.045Z (5 months ago)
- Language: Python
- Size: 105 KB
- Stars: 0
- Watchers: 1
- 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/