Skip to content

ubiquito/dsfb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dsfb

Django Simple Filesystem Browser is a simple Django app to browse the server file system.

Javascript is required for AJAX.

  • Depends on jquery 3.1.1 and js-cookie 2.1.3

Quick start

  1. Add "dsfb" to your INSTALLED_APPS setting like this:
    INSTALLED_APPS = [
        ...
        'dsfb',
    ]
  1. Include the polls URLconf in your project urls.py like this:
    url(r'^dsfb/', include('dsfb.urls')),
  1. dsfb has no models, so there is no strict need to Run python manage.py migrate to create the polls models.

  2. Start the development server and visit http://127.0.0.1:8000/dsfb/

About

Django Simple Filesystem Browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published